Click here to Skip to main content
15,911,139 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Threading Pin
Ravi Bhavnani2-Jun-06 6:56
professionalRavi Bhavnani2-Jun-06 6:56 
Questionhighlight the selected row in gridview Pin
kjosh2-Jun-06 5:49
kjosh2-Jun-06 5:49 
QuestionPlease Help Very Urgent... Pin
YoungJoe2-Jun-06 5:46
YoungJoe2-Jun-06 5:46 
AnswerRe: Please Help Very Urgent... Pin
Stephan Samuel2-Jun-06 5:50
Stephan Samuel2-Jun-06 5:50 
AnswerRe: Please Help Very Urgent... Pin
Elina Blank2-Jun-06 9:37
sitebuilderElina Blank2-Jun-06 9:37 
QuestionCreate xml ini file Pin
donkaiser2-Jun-06 5:06
donkaiser2-Jun-06 5:06 
AnswerRe: Create xml ini file Pin
stancrm2-Jun-06 5:13
stancrm2-Jun-06 5:13 
GeneralRe: Create xml ini file Pin
Stephan Samuel2-Jun-06 5:46
Stephan Samuel2-Jun-06 5:46 
To extend that a bit further, you may look into a DataSet or typed DataSet as an option. Basically, you get an OO interface in code, but you can use the ReadXml and WriteXml methods to serialize it to disk with very little code.

If you're using VS.NET, add a new object of type DataSet to your project, fiddle with the schema until all of your configuration information is represented, right-click and go to "Run Custom Tool," then instantiate one in your project.

QuestionConvert HTML into XML Pin
Felipe Dalorzo2-Jun-06 4:58
Felipe Dalorzo2-Jun-06 4:58 
AnswerRe: Convert HTML into XML Pin
Ravi Bhavnani2-Jun-06 6:59
professionalRavi Bhavnani2-Jun-06 6:59 
AnswerRe: Convert HTML into XML Pin
Eran Aharonovich9-Jul-06 7:34
Eran Aharonovich9-Jul-06 7:34 
QuestionRegular Expressions Pin
reshsilk2-Jun-06 4:33
reshsilk2-Jun-06 4:33 
AnswerRe: Regular Expressions Pin
User 66582-Jun-06 4:40
User 66582-Jun-06 4:40 
GeneralRe: Regular Expressions Pin
reshsilk2-Jun-06 5:06
reshsilk2-Jun-06 5:06 
GeneralRe: Regular Expressions Pin
User 66582-Jun-06 5:46
User 66582-Jun-06 5:46 
AnswerRe: Regular Expressions Pin
Paul Conrad2-Jun-06 4:41
professionalPaul Conrad2-Jun-06 4:41 
AnswerRe: Regular Expressions Pin
Dustin Metzgar2-Jun-06 4:42
Dustin Metzgar2-Jun-06 4:42 
GeneralRe: Regular Expressions Pin
J4amieC2-Jun-06 4:45
J4amieC2-Jun-06 4:45 
GeneralRe: Regular Expressions Pin
Paul Conrad2-Jun-06 4:51
professionalPaul Conrad2-Jun-06 4:51 
GeneralRe: Regular Expressions Pin
Dustin Metzgar2-Jun-06 4:57
Dustin Metzgar2-Jun-06 4:57 
GeneralRe: Regular Expressions Pin
J4amieC2-Jun-06 5:29
J4amieC2-Jun-06 5:29 
GeneralRe: Regular Expressions Pin
Dustin Metzgar2-Jun-06 5:48
Dustin Metzgar2-Jun-06 5:48 
GeneralRe: Regular Expressions Pin
Stephan Samuel2-Jun-06 6:18
Stephan Samuel2-Jun-06 6:18 
QuestionHow to retrieve a text from a selected item in a ListView?? Pin
suguimoto2-Jun-06 4:15
suguimoto2-Jun-06 4:15 
AnswerRe: How to retrieve a text from a selected item in a ListView?? Pin
suguimoto2-Jun-06 4:50
suguimoto2-Jun-06 4:50 

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.