Hello ,
I am using asp.net C# SQL Server . I have form on asp.net page consists various fields.
field 1, field 2 ------ upto field 10
on click of submit button i need to save all information entered by user into table1, table2, table3 tables.
field 1 to field5 is new record in table1 whereas field 6, field 7 , field 8 will update some columns in table 2 and rest fields will be updated to table 3.
To acheive this I need to write Stored procedure which saves this information to tables. Please help
I am using asp.net C# SQL Server . I have form on asp.net page consists various fields.
field 1, field 2 ------ upto field 10
on click of submit button i need to save all information entered by user into table1, table2, table3 tables.
field 1 to field5 is new record in table1 whereas field 6, field 7 , field 8 will update some columns in table 2 and rest fields will be updated to table 3.
To acheive this I need to write Stored procedure which saves this information to tables. Please help
Comment