What is cross page posting? How is it done?



What is cross page posting? How is it done?..

Answer / Munender Singh

Cross-page posting is a technique in ASP.NET where data is posted from one page to another page for processing. This can be achieved using the PostBackUrl property of the form tag or by programmatically redirecting the user to another page after data has been processed on the server-side. Cross-page posting allows developers to maintain a consistent user interface while performing complex operations across multiple pages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the differences between clr & cts?

1 Answers  


how to create bin folder in asp.net2.0

8 Answers  


which is better arraylist or dictionary?

2 Answers  


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

1 Answers  


what are the attributes of sitemapnode?

3 Answers   Satyam,


Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by default? a) System.Web.Form b) System.Web.GUI.Page c) System.Web.UI.Page d) System.Web.UI.Form

3 Answers   Syntax Softtech,


What is pre-init event in ASP.NET 2.0 page life cycle?

2 Answers   Fulcrum Logic,


web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor

1 Answers   Icertis, Microsoft, Syntax Softtech,


what are the files used in asp .net

1 Answers  


How do you construct HtmlResponseMessage?

1 Answers  


What is the concept of view state in asp.net?

1 Answers  


Categories