beta
07-29-2005, 09:45 AM
I am finding this much more difficult to do in .NET than in classic ASP.
The example is: I wish to execute an SQL string "SELECT Name From Members Where ID = 1", then I wish to view "name" to the page. In ASP I would use the recordset function and display "name" like rs("Name"). How would this be done is ASP.NET?
The example is: I wish to execute an SQL string "SELECT Name From Members Where ID = 1", then I wish to view "name" to the page. In ASP I would use the recordset function and display "name" like rs("Name"). How would this be done is ASP.NET?