project for on-line licitation
-
Friday, March 02, 2012 5:30 PM
Hi, I need to made a project for on-line licitation in asp.net 4.0 C#, and in this project I should make this :
Administrator logs in the system with their user name and password. he can
to add, modify, review and delete users, categories and biddings.Could someone help how to do this, which control I should use it, and explain me the way how to do this? Please help me
All Replies
-
Monday, March 05, 2012 1:22 PMModerator
Hi Zemzela,
Welcome to the MSDN Forum.
Based on your description, it seems that you are looking for is a tutorial about access database in a asp.net application. So please take a look at this page: http://www.asp.net/web-forms/tutorials/data-access/editing,-inserting,-and-deleting-data/an-overview-of-inserting-updating-and-deleting-data-cs
In this tutorial we'll see how to map an ObjectDataSource's Insert(), Update(), and Delete() methods to the methods of BLL classes, as well as how to configure the GridView, DetailsView, and FormView controls to provide data modification capabilities.
It contains very detailed steps, source code and explanations.
I hope this will be helpful.
Best regards,
Mike Feng
MSDN Community Support | Feedback to us
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Marked As Answer by Mike FengMicrosoft Contingent Staff, Moderator Wednesday, March 14, 2012 9:40 AM

