Way of using Multiview Control
How to use Multiview control in ASP.Net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Oct 14, 2011, 12:26 AM
MultuiView Control is Collection of Views. You Can able to see Only one View at a time by using this code.
Multiview1.SetActiveView(this.View1);
Consider Your Page having more then one Link Button. Based on Link Button Click , You can Show the View in Screen.
For more Information : Click Here