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 one can put a border around the picture box?
Illustrate the meaning of data encapsulation?
Explain the term neutral culture?
What is a behavior of the Web browser when it receives the invalid element?
Explain about LinqDataSource control?
List out the difference between the “dynamic” and “var” data types?
Describe in brief the term XAML extensible markup language?
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?
State the use of the Select clause and SelectMany() method in LINQ?
Write down a short note on the brief history of WPF?
18,76,764
1955583 Asked
3,689
Active Tutors
1440339
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!