blah blah blah is here! blah blah » Close

0
votes
1 answers

xml & multiple users.

Friends, I have an xml file which is populated into my datagridview (DGV) with the following code: [code]DataSet ds = new DataSet(); ds.ReadXml(Form1.Paths.filename);[/code] I wish to add Multiple user functionalit ...

Feedback