Answered by:
Where to start with web server controls ?

Question
-
User-696158525 posted
Hello,
I have experience on building simple web applications with asp.net. Recently I want to build a bigger application, and it is needed to use server controls which will have classes for creating datatables, dataset, calling stored procedures, etc.
I am very new on this, and really dont know where to start,
please can anyone help me with tutorials or e-books, or any advice where to start ?
Thankyou in advance :)
Friday, May 15, 2009 4:50 AM
Answers
-
User1306565749 posted
Hi,
Hello,
I have experience on building simple web applications with asp.net. Recently I want to build a bigger application, and it is needed to use server controls which will have classes for creating datatables, dataset, calling stored procedures, etc.
I am very new on this, and really dont know where to start,
please can anyone help me with tutorials or e-books, or any advice where to start ?
Thankyou in advance :)
For Accessing Database, DataTables & DataSets... you don't required Server Control....
For that you have to create a Class library in .net......
I would suggest ..... use Microsoft Application block libraries for your Data Access Layer...... Download libraries from Microsoft side...
links
http://msdn.microsoft.com/en-us/magazine/cc163766.aspx
Please mark this post as answer, if it helped- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 15, 2009 5:10 AM -
User854688209 posted
Refer below article:
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=416
http://msdn.microsoft.com/en-us/asp.net/aa336583.aspx //This has 3-tier architecure tutorial
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 15, 2009 5:15 AM
All replies
-
User1306565749 posted
Hi,
Hello,
I have experience on building simple web applications with asp.net. Recently I want to build a bigger application, and it is needed to use server controls which will have classes for creating datatables, dataset, calling stored procedures, etc.
I am very new on this, and really dont know where to start,
please can anyone help me with tutorials or e-books, or any advice where to start ?
Thankyou in advance :)
For Accessing Database, DataTables & DataSets... you don't required Server Control....
For that you have to create a Class library in .net......
I would suggest ..... use Microsoft Application block libraries for your Data Access Layer...... Download libraries from Microsoft side...
links
http://msdn.microsoft.com/en-us/magazine/cc163766.aspx
Please mark this post as answer, if it helped- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 15, 2009 5:10 AM -
User854688209 posted
Refer below article:
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=416
http://msdn.microsoft.com/en-us/asp.net/aa336583.aspx //This has 3-tier architecure tutorial
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 15, 2009 5:15 AM