ASP.net 2.0 interfacing with DB

  • Thread starter Thread starter greatwhite
  • Start date Start date
G

greatwhite

Alright, I'm new to ASP.net from ASP 3 and I can see that there are a
bunch of fancy database controls. I have an instance where I would
like to get information from a single column row by row and then act
on that data through if statements. I then like to pass on the row
number (id) and have the page give me the rest of the information from
that row. How might I go about doing this? I know in ASP you could
just specify a recordset. Is there some equivalent to this?
 
Alright, I'm new to ASP.net from ASP 3 and I can see that there are a
bunch of fancy database controls. I have an instance where I would
like to get information from a single column row by row and then act
on that data through if statements. I then like to pass on the row
number (id) and have the page give me the rest of the information from
that row. How might I go about doing this? I know in ASP you could
just specify a recordset. Is there some equivalent to this?

Please have a look what's new in .net

Converting ASP to ASP.NET
http://msdn2.microsoft.com/en-us/library/ms973813.aspx
 
Back
Top