ASP.Net - Displaying DB Records

ASP.Net - Displaying DB Records

am 27.01.2007 17:29:05 von MDW

I'm a classic ASP programmer trying to transition to ASP.Net. I need some
guidance on how to display data from my database on an ASP.Net page. All the
tutorials I've found seem to be centered on using Visual Studio...I'm just
using good old fashioned Notepad.

Can someone tell me how to (or point me to a good tutorial about):
1) execute a SQL query
2) determine the number of records returned
3) display query results inside an HTML page

Thanks.
--
Hmm...they have the Internet on COMPUTERS now!

Re: ASP.Net - Displaying DB Records

am 27.01.2007 18:17:31 von Mike Brind

"MDW" wrote in message
news:F0FC7877-6839-4DEB-89D6-4D42B8445473@microsoft.com...
> I'm a classic ASP programmer trying to transition to ASP.Net. I need some
> guidance on how to display data from my database on an ASP.Net page. All
> the
> tutorials I've found seem to be centered on using Visual Studio...I'm just
> using good old fashioned Notepad.
>
> Can someone tell me how to (or point me to a good tutorial about):
> 1) execute a SQL query
> 2) determine the number of records returned
> 3) display query results inside an HTML page
>
> Thanks.
> --
> Hmm...they have the Internet on COMPUTERS now!


This group covers classic ASP. ASP.Net has its own groups and forums. The
busiest ones are at Microsoft's site for ASP.Net www.asp.net. They also
have a load of tutorials there. You can use Visual Web Developer just as
easily as Visual Studio. The difference is that VWD is free.

--
Mike Brind