Hi/P>
Data collection is a common task in web application. We might have to collect data for survey and display result or use the contact us form and after the form is submitted show the user a response that the information has been submitted./P>
Most the time people transfer these into multiple pages so that the user does not have to see a real long page, and feel that he has to input too much of data./P>
Many a times in Asp.Net 1.X developer used to complete this task in one form by using multiple panels. They would hide and unhide panels (having a set of controls). This was easier then to create multiple pages for the job./P>
In Asp.Net we have the MultiView control to work around this problem. This is a new control in Asp.Net 2.0. MultiView makes life easier for developer when they have to show one view at a time out of many views in the same page./P>
To use a MultiView control drag one of the multi view control in the page and add as many view controls as