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.
Write the name of the new method that has been introduced in ASP.NET 4.0 to redirect the page permanently?
Describe in brief regarding the Visual basic.NET culture?
Specify the pre-requisites for connection pooling?
Differentiate between the default skin and the named skin?
State the types of workflow in the WF?
Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
Explain the concept of Web services.
What is meant by the Cloud Service?
What is .NET Framework? Specify its applications?
18,76,764
1952563 Asked
3,689
Active Tutors
1456944
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!