| Author |
|
| Company |
Microsoft |
| Source Code Available |
Yes |
| License Type |
Free |
| Submitted On |
January 24, 2002 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
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