I have one form for some information in which i have got 1-10 columns and the second form in which i have got 1-4 columns(repeat from table 1) and 11-10 columns So in total 14 columns.I want to create two forms first form which is the main form and the second form is follow up form.I want to insert the data in a table.And i want to create a search form which shows all the results from both the tables.
Suggest which is the better way to do the above things using asp.net and sql server: 1.)create two forms and two table respectively and create search page using a view. 2.)create two forms and put the data in single table.and creating a search page which shows the result.
please reply ASAP
thanks in advance

Go to the complete details ...