Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Can I ask on how to add, delete and search a record using asp.net connected to ms sql database?

Thanks.
Posted

Have a look at this article

http://www.4guysfromrolla.com/webtech/chapters/ASPNET/ch06.shtml[^]

That's very old now, but it will show you how to use the basic objects in System.Data and System.Data.SqlClient

The question you're asking is very broad, I can only suggest you do some reading or download some example applications from CodeProject
 
Share this answer
 
Comments
Ra-one 30-Jun-11 4:50am    
I agree
No you cant ask........... :) Kidding ;)

Look basically your question is about how to make connection with mssql and do the operation like select, insert, update and delete.

you need to go by a training session of ADO.Net, for your reference here are few links

Here[^]
and Here[^]

Hope it helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900