Click here to Skip to main content
16,006,475 members
Home / Discussions / C#
   

C#

 
GeneralRe: Counting the new items in the database Pin
s3rro20-Dec-07 9:15
s3rro20-Dec-07 9:15 
GeneralCapturing the Print Event in C# Pin
VivyG20-Dec-07 5:52
VivyG20-Dec-07 5:52 
GeneralRe: Capturing the Print Event in C# Pin
Not Active20-Dec-07 6:29
mentorNot Active20-Dec-07 6:29 
GeneralBest way to read XML Pin
netJP12L20-Dec-07 5:41
netJP12L20-Dec-07 5:41 
GeneralRe: Best way to read XML Pin
J$20-Dec-07 5:54
J$20-Dec-07 5:54 
GeneralRe: Best way to read XML Pin
J4amieC20-Dec-07 6:00
J4amieC20-Dec-07 6:00 
GeneralRe: Best way to read XML Pin
Ed.Poore20-Dec-07 12:28
Ed.Poore20-Dec-07 12:28 
GeneralRe: Best way to read XML Pin
DaveyM6923-Dec-07 22:32
professionalDaveyM6923-Dec-07 22:32 
If you have LINQ availale in your .net / vs version - use it! It takes a bit of getting used to, but so far I have found it to be far simpler than using XmlDocuments, readers, Xpath etc...

using System.Linq;
using System.Xml.Linq;

will change (for the better) the way you work with xml!
GeneralDatagridview update problem Pin
NewToAspDotNet20-Dec-07 5:31
NewToAspDotNet20-Dec-07 5:31 
GeneralRe: Datagridview update problem Pin
DotNetXenon20-Dec-07 6:17
DotNetXenon20-Dec-07 6:17 
GeneralRe: Datagridview update problem Pin
NewToAspDotNet20-Dec-07 6:22
NewToAspDotNet20-Dec-07 6:22 
GeneralMS ACCESS / Web + Desktop Application Pin
s3rro20-Dec-07 5:03
s3rro20-Dec-07 5:03 
GeneralRe: MS ACCESS / Web + Desktop Application Pin
J$20-Dec-07 5:40
J$20-Dec-07 5:40 
GeneralActiveDirectory - getting a lit of users in a group Pin
RugbyLeague20-Dec-07 5:01
RugbyLeague20-Dec-07 5:01 
GeneralRe: ActiveDirectory - getting a lit of users in a group Pin
Giorgi Dalakishvili20-Dec-07 5:14
mentorGiorgi Dalakishvili20-Dec-07 5:14 
GeneralRe: ActiveDirectory - getting a lit of users in a group Pin
RugbyLeague20-Dec-07 5:26
RugbyLeague20-Dec-07 5:26 
GeneralRe: ActiveDirectory - getting a lit of users in a group Pin
RugbyLeague20-Dec-07 5:36
RugbyLeague20-Dec-07 5:36 
QuestionString data into byte array without hex conversion Pin
worked on mine20-Dec-07 3:55
worked on mine20-Dec-07 3:55 
GeneralRe: String data into byte array without hex conversion Pin
DannyAdler20-Dec-07 4:53
DannyAdler20-Dec-07 4:53 
GeneralRe: String data into byte array without hex conversion Pin
worked on mine20-Dec-07 5:32
worked on mine20-Dec-07 5:32 
GeneralRe: String data into byte array without hex conversion Pin
DannyAdler20-Dec-07 22:29
DannyAdler20-Dec-07 22:29 
GeneralRe: String data into byte array without hex conversion Pin
DannyAdler20-Dec-07 22:34
DannyAdler20-Dec-07 22:34 
GeneralRe: String data into byte array without hex conversion Pin
J4amieC20-Dec-07 5:58
J4amieC20-Dec-07 5:58 
GeneralExcel Object Pin
gauthee20-Dec-07 3:36
gauthee20-Dec-07 3:36 
GeneralRe: Excel Object Pin
Not Active20-Dec-07 3:42
mentorNot Active20-Dec-07 3:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.