ASP.Net - Displaying DB Records

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!
MDW [ Sa, 27 Januar 2007 17:29 ] [ ID #1610211 ]

Re: ASP.Net - Displaying DB Records

"MDW" <MDW [at] discussions.microsoft.com> wrote in message
news:F0FC7877-6839-4DEB-89D6-4D42B8445473 [at] 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
Mike Brind [ Sa, 27 Januar 2007 18:17 ] [ ID #1610212 ]
Webserver » microsoft.public.inetserver.asp.db » ASP.Net - Displaying DB Records

Vorheriges Thema: Problem passing empty form fields to access parameter query
Nächstes Thema: Displaying questions grouped into categories and subcategories