Hi
I have a user control which has TabStrip control. The Tabstrip control has 2 tabs ,each of the tab has a PageView which is again a user control.Say, when I click on Tab1 ,the PageView1(usercontrol) has 3 input fields like FullName, CompanyName,PhoneNo.
When I click on Tab2,PageView2(user control) has 2 other input fields with a Submit button.
How do I persist the data across tabs and update the database on click of submit button?
Also I want each of the PageViews to be validated before I click Submit button. How do I do this?
Thanks,
Chand
I have a user control which has TabStrip control. The Tabstrip control has 2 tabs ,each of the tab has a PageView which is again a user control.Say, when I click on Tab1 ,the PageView1(usercontrol) has 3 input fields like FullName, CompanyName,PhoneNo.
When I click on Tab2,PageView2(user control) has 2 other input fields with a Submit button.
How do I persist the data across tabs and update the database on click of submit button?
Also I want each of the PageViews to be validated before I click Submit button. How do I do this?
Thanks,
Chand