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.
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
Briefly explain ADO.NET and its features?
Explain the necessary syntax of the LINQ query in the Visual Basic and also in the C#.
Define the function of a ViewState property?
How to ensure that no one has interfered with ViewState in the Web page?
Illustrate the use of CommandBuilder class?
Illustrate the terms SESSION as well as APPLICATION object?
Write the main difference between UnBoxing and boxing.
Write about the difference between OLEDB Provider and the SqlClient?
How can we programmatically prevent the Combobox from dropping, in the .NET 4.0?
18,76,764
1943275 Asked
3,689
Active Tutors
1426299
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!