| |||||||
@ PreviousPageTypeASP.NET Syntax ASP.NET Page Syntax Page Directives .NET Framework version 2.0 Provides a way to get strong typing against the previous page, as accessed through the PreviousPage property. <%@ PreviousPageType attribute = "value" [ attribute = "value" ... ] %> Attributes
RemarksThe @ PreviousPageType directive is used to get strong typing against the PreviousPage property. The @ PreviousPageType directive can only be used on a Web Forms page ( an .aspx file ). If both attributes, TypeName and VirtualPath, are defined, the @ PreviousPageType directive will fail. Syntax ExampleThe following code example demonstrates how to specify the path to a file that generates the strong type. <%@ PreviousPageType VirtualPath = "~/SourcePage.aspx"%> See Also |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme