Using the ASP.NET 2.0 MultiView Control | CodeGuru

Using the ASP.NET 2.0 MultiView Control

Tabs controls have become a very common user interface feature in both Windows and Web applications, and its not surprising. They provide a way to reuse screen real-estate in an easy-to-understand and easy-to-navigate way. However, ASP.NET 2.0 doesn’t provide a tab control. Instead, it provides something even better: the MultiView. A MultiView is essentially a […]

Written By
CodeGuru Staff
CodeGuru Staff
May 16, 2006
1 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Tabs controls have become a very common user interface feature in both Windows and Web applications, and its not surprising. They provide a way to reuse screen real-estate in an easy-to-understand and easy-to-navigate way.

However, ASP.NET 2.0 doesn’t provide a tab control. Instead, it provides something even better: the MultiView. A MultiView is essentially a non-visual control that provides a pallette where you can drop several View controls. A View control is another non-visual control where you can place your user interface controls. Think of a MultiView as the tab control and the Views as tabs within it. The difference is that there’s no built-in way to switch from one View to another. You can create your own “tabs” using command buttons or use whatever user interface element fits your design.

In this video, Bill Hatfield demonstrates how to add a MultiView to a page and switch among its Views using command buttons to simulate tabs.

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.