
September 5th, 2007, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 877
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Creating a StudentDB Class for ASP.NET 2.0
In this article, and the next two, we are going to talk about how you can create a class called StudentDB and another class called Student. We will be using these classes with a database table called Students and T-SQL stored procedures to execute SELECT, INSERT, UPDATE and DELETE statements, through stored procedures, from our web page.
Read the full article here: Creating a StudentDB Class for ASP.NET 2.0
For more discussion go here: Blog Article Discussion
|