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

I want to insert and update records from web forms like product_id,product_name,product_quantity.

All these records come from text box after press add button and all these display in grid again after I insert records from text box.
Again these records come in grid after inserting all records use submit key and these records save in database.
I am using sql server 2005 database.

Thanks
Posted
Updated 12-Sep-10 21:52pm
v4
Comments
Dalek Dave 13-Sep-10 3:52am    
Edited for Grammar, Syntax and Readability.

A beginner article available here[^].
 
Share this answer
 
Further reading from Abhinax's answer is to read up on table adapters.

MSDN Tableadapters.
 
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