Wednesday, August 13, 2008

Asp.net Directvies Previouspagetype

As Name suggest PreviousPageType directive is used to access previous page in currently executing page.PreviousPageType is a new directive makes excellence in asp.net 2.0 pages. The concept of cross-page posting between Asp.Net pages is achieved by this directive.

it has 2 Attributes

TagName: Sets the name of the derived class from which the postback will occur.

And

VirutalPath: sets the location of the posting page from which the postback will occur.

No comments: