SQL Data

G

Guest

I have many SQL databases that use MS Access for the front end.
I need to create 1 web page using Visual Studio 05 & .NET for each database
for the users to enter and edit the data.

I create the new web page and drag and drop a gridview. Then I'm stuck!!!
Could someone please help me add/edit one value on an SQL table.

Please.
 
M

Michael Nemtsev

Hello Dan (e-mail address removed),

I recommed to look at "ASP.NET 2.0 Data Tutorials" http://www.asp.net/learn/dataaccess/default.aspx?tabid=63

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

D> I have many SQL databases that use MS Access for the front end.
D> I need to create 1 web page using Visual Studio 05 & .NET for each
D> database
D> for the users to enter and edit the data.
D> I create the new web page and drag and drop a gridview. Then I'm
D> stuck!!! Could someone please help me add/edit one value on an SQL
D> table.
D>
D> Please.
D>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top