Click to See Complete Forum and Search --> : Newbie question, asp .net 2.0


JustinCase2
06-02-2006, 09:09 AM
Is there any way in asp .net 2.0 to get something equivalent to a VB recordset? I vant to fill a html table with data from a database, but I do not want to use any of the built in controls (using Visual Web Developer 2005). What I want to do is something like this:

do
response.write recordset1![Field1]
recordset1.movenext
loop until recordset1.eof=true


Anyone know how to do this in asp? Tried the dataset but it doesn't seem to have anywhere near the right functionality...

wilerk
06-02-2006, 09:45 AM
On ASP.NET there's a selection of vidoes you can download and watch for free, I would suggest you start with this for your current problem:

http://download.microsoft.com/download/8/3/6/836dd5f8-fa92-499f-8219-0d326f13bf18/hilo_data_final.wmv

wilerk
06-02-2006, 09:49 AM
Perhaps it would be easier actually giving you the link to the other videos:

http://www.asp.net/learn/howdoi/default.aspx?tabid=63

:P