MultiView is another rich control of asp.net. It provides a container concept along with multiple views in a single page. In general or old pattern for presenting huge content is using multiple pages and provide next or previous buttons. In todays web applications maximum content should be in a single page (related) multiview in asp.net web forms.
Accordion , tab container in asp.net ajax are most popular controls. Which helps users to show different content in single page
Multiview is collection of views . View means view control. Every view control represents one view. A view is collection of different controls.
No comments:
Post a Comment