Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please tell anyone How to do insert delete update operation in simple way .I want to take data from application user and than do operations after user click on submit button .database used sql server. Any Body can help me .
Posted
Comments
[no name] 9-Sep-13 7:50am    
"Any Body can help me", for you to reasonably expect anyone to help you, you would have to first ask a question or describe some sort of a problem.

1 solution

You will want to learn ADO.Net and research SqlConnection class and SqlCommand. Then all you need is to do the db portion.
 
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