What is Cross Page Posting in ASP.NET? What are the features, advantages, and disadvantages of Cross Page Posting?
Home/Cross Page Posting Definition
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What is Cross Page Posting in ASP.NET? Cross Page Posting refers to posting from data from one page to another page. This method is particularly required when one is creating several pages or multi-page forms to gather different information. Practically a round-trip cycle, the Cross Page Posting peRead more
What is Cross Page Posting in ASP.NET?
Cross Page Posting refers to posting from data from one page to another page. This method is particularly required when one is creating several pages or multi-page forms to gather different information.
Practically a round-trip cycle, the Cross Page Posting permits one to post the WebPage and WebPage’s control values to another WebPage thus crossing the posting in the pages. It is used in ASP.Net Web Pages.
Learn more: Top 100+ .net Interview Questions and Answers
What are the main features of Cross Page Posting?
What are the Pros and Cons of Cross Page Posting in ASP.NET?
Pros of Cross Page Posting in ASP.NET:
Cons of Cross Page Posting in ASP.NET:
The Conclusion:
In a nutshell, Cross Page Posting is always configured for personal or individual controls. As a result, it facilitates one to generate or create a page that posts to different pages. This, however, depends on the button the user clicks.
See less