Difference Between Panel and Multiview
Panel | MultiView | |
1 |
The Panel Control is at a Time Multiple Panel Display
|
MultiView View at a Time Single View Only Display.
|
2 |
This Control is often used to generate Controls by Code and to Display and Hide Groups of Controls.
|
The Content can be anything i.e. Simple Plain Text or Images or any other ASP or HTML control.
|
3 |
Panel Control Use To Inside of MultiView Control.
Multiple Panel Accept Inside Of Panel Control. |
MultiView Control Use To Inside of Panel Control.
Multiple View Accept Inside Of Multiview Control. |
4 |
Call Panel Control
Panel1.Visible = true;
|
Call The MultiView
MultiView1.ActiveViewIndex=1; MultiView1.ActiveViewIndex=2; |
0 comments:
Post a Comment