datasets in C#

swarmy

New Member
Does anyone have any idea on how to get a particular piece of data from a dataset (in C#)?<BR><BR>With a recordset I could just specify the name of the row e.g.<BR>myData = http://aspmessageboard.com/archive/index.php/myRS("myRowName").<BR><BR>There are lots of articles on displaying data in a web page (ie datagrids) but none that I can see that discuss actually manipulating dataset, datarows or whatever.<BR><BR>Thanks!<BR>GazPlenty Here<BR>http://www.gotdotnet.com/quickstart/aspplus/doc/webdatalist.aspxThis is actually the first one I should have sent<BR>http://www.gotdotnet.com/quickstart/aspplus/doc/webdataaccess.aspxThanks for the reply.<BR><BR>I found <BR><BR>http://www.gotdotnet.com/quickstart/aspplus/doc/adoplusoverview.aspx<BR><BR>was helpful too<BR><BR>
 
Top