What is Cross Page Posting in ASP. NET? Example

Cross Page Posting means you are posting form data from one page to another page. 

By default Asp.net web form page ,button and other controls that cause post back submits current page back to itself.

Example 

TextBox txtStartDate = (TextBox) PreviousPage.FindControl("txtStartDate ");  
Share:

No comments:

Post a Comment

Tuesday, 10 September 2019

What is Cross Page Posting in ASP. NET? Example

Cross Page Posting means you are posting form data from one page to another page. 

By default Asp.net web form page ,button and other controls that cause post back submits current page back to itself.

Example 

TextBox txtStartDate = (TextBox) PreviousPage.FindControl("txtStartDate ");  

No comments:

Post a Comment

Popular

Total Pageviews

Archive