HomeCommunityControl GalleryNavigation ControlsIE WebControlsMicrosoft IE MultiPage

Microsoft IE MultiPage



(1) Submit a Review

18,143 Downloads

78,991 Views


Description

The MultiPage control enables the definition of collections of PageView elements. Like the other Microsoft® Internet Explorer WebControls, the MultiPage generates Web pages that are tailored for both downlevel browsers and uplevel browsers. The MultiPage can be authored declaratively and also exposes both a client- and server-side scripting object model.

Check out the Source Code now!

Syntax Example

<mymultipage:multipage runat="server" selectedindex="1"> <mymultipage:pageview> <p> This is page number one </p> </mymultipage:pageview> <mymultipage:pageview> <p> This is page number two, and this page view is selected! </p> </mymultipage:pageview> </mymultipage:multipage>

Reviews

Submit a review

Problem in asp.net 2.0

Reviewed by: jackjill on Thursday, November 03, 2005

3 Stars

this does not work in the new version of .net i.e 2.0 Any ways , we can make multipage work