Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   ASP (http://siteownersforums.com/forumdisplay.php?f=11)
-   -   What is the cross page post backing? (http://siteownersforums.com/showthread.php?t=168850)

Kunal 05-06-2016 11:25 PM

What is the cross page post backing?
 
IN Asp.Net , What is the cross page post backing?

sonvi.belani 03-16-2017 12:39 AM

Hi,

Cross page postback is the concept which is used to submit one page (Default.aspx) controls to another page (Default2.aspx) and access those page (Default.aspx) control values in another page (Default2.aspx).

Here I will explain this concept with simple example for that first create one web application and add two new pages Default.aspx and Default2.aspx.

=> Default.aspx

Quote:



Cross Page Postback Example in asp.net

















Enter UserName:
Enter Location:





=> Default2.aspx

Quote:



Cross Page Postback Example in asp.net




Default2.aspx Page






Run this code on your system and see whats happen.

Thanks


All times are GMT -7. The time now is 01:41 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.