Thursday, July 17, 2014

Daily Interview Question #14 : What is Cross-Page Posting?

Cross page posting is used to submit a page (page1.aspx) to another page (page2.aspx). However, the user can still able to access the first page’s (page1.aspx) controls, properties etc in the second page (page2.aspx). In order to access the first page’s control, we have to use “Previouspage” property.

No comments:

Post a Comment

Please give your valuable comments to improve the contents