5 ) CONTAIN MANAGEMENT ( MULTIVIEW )
* Contain Management *
- Contain Management system where multiple information display in single pages .
- Contain management is to Multiview controle.
MUTIVIEW CONTROLE
- Create a multiple views.
- Multiview is an Array.
Properties :- Active View Index
Step :- add 4 button from tool ---enter next
line--- select multiview in tool--- properties :- activeviewindex = 0---select multiview in white portion goto tool
and select 4 times (view tool) ---and add msg in view white portion--- coding on button.
* Propeties active view index by default it is "-1" remove and select "0"
* Beacuse array start in 0 location
Q ) How to Activate View
step :- click first button --goto coding
{
Multiview.ActiveViewIndex = 0 ;
}
MULTIVIEW
Comments
Post a Comment