<NewDataSet> <Table1> <Column1>43</Column1> </Table1> </NewDataSet>
The Code I have written is:
mainprog y = new mainprog(); //mainprog is the main class I have (C#)
DataSet d = null;
d = y.stdcount(); //stdcount() is the function for counting number of rows in table
stdno.Text = d.GetXml(); //stdno is the label I am using to output the value of count
After this I have to use that count as an argument in the next function. How can I separate count from the above string?
I will be thankful for any help...

New Topic/Question
Reply



MultiQuote




|