MultiView
Which coding is used when u want to switch two display views?
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.
zamoh mdungePosted Mar 7, 2014, 8:37 AM
<asp:MultiView ID="multviewName" runat="server" >
and then add the controls you need in that particular view ,then close the view with the code bellow
asp:MultiView>
Saakina KafuPosted Mar 7, 2014, 6:56 AM
hi, here is a link for additional info,
www.beansoftware.com/ASP.NET-Tutorials/MultiView-Control.aspx
Sifumene MsanePosted Mar 7, 2014, 3:38 AM