Monday, January 18, 2010

Using multiview control in asp.net 2.0?

Hi guys!





I need to use multiview control in my webapplication. Actually i have three seperate .aspx pages namely page1.aspx, page2.aspx and page3.aspx respectively each with the code behind functionality for the database.





What i need is i need to have three links in the multiview control called page1, page2 and page3. Whenever the links are clicked then automatically the corresponding forms should be displayed in the runtime. Pls tell me how with an example code and steps.





ThanxUsing multiview control in asp.net 2.0?
you have to integrate the 3 pages in the page with the multiview control as shown in http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/standard/multiview.aspx

No comments:

Post a Comment