Add three buttons onto the webpage. Name of three buttons are Button1, Button2, Button3.
After that, place a Multiview onto the page and Drop three View controls inside a MultiView.
Write following code in Button's click event
for Button1_Click
MultiView1.ActiveViewIndex=0
for Button2_Click
MultiView1.ActiveViewIndex=1
for Button3_Click
MultiView1.ActiveViewIndex=2
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241