SQL Data

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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>
 
Back
Top