Cross-page posting
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
Expert
In cross page posting, data is collected from different Web pages and is put on a single page. For this, we need to set a PostBackUrl property of control that specifies a target page. In a target page, we can access a PreviousPage property. To do so, we need to use a @PreviousPageType directive. We can access controls of the previous page by using a FindControl() method.
Server.Transfer() method is used to post data from one page to a different. The URL remains the same.
How do dates, numbers, and currencies in a text box are formatted?
Name some classes which is utilized to handle standard menu in MenuStrip control.
What are the methods by which we can instantiate a complex number?
Illustrate in .NET about different types of directives?
What is data type and how many types of data types are there in .NET ?
Explain about the DataAdapter class in ADO.NET.
Write about features that are added in the .NET Framework 4.0.
Briefly describe navigation controls. List the navigation controls that are present in ASP.NET 4.0?
Explain the chief built-in objects in the ASP.NET?
Explain the use of <sessionState> tag in a web.config file?
18,76,764
1932003 Asked
3,689
Active Tutors
1421375
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!