Hello FRNDS !!
Am working on Asp.net, C# , SqlServer 2005.
I have Survey Form on my Asp.net Webpage...In this I have total 15 Questions with Radio Button Options and a submit button.
So, In this 15 Questions.... Last 2 Questions are used for entering Comments (I used Textboxes here for last 2 questions to enter the comments)
In SqlServer 2005 Database, I have Two Tables with Name
1)SurveyAnswers (Table1)
2)Comments (Table2)
So, my requirement is i want to save last 2 comments data entered by user in Comments table. and the left over answers must be saved in Survey Answers Table.
I WANT TO SAVE THE DATA IN TWO DIFFERENT TABLES.
Please help,
Thanks in Advance.
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)