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.
Name the property that is used to check whether a DataReader is closed or opened?
Briefly explain about PLINQ?
Can we enter more than single line in the TextBox control?
Name the namespaces that necessary to produce the localized application?
State the function of the “Try-Catch-Finally” block
Two catch blocks can be executed or not?
State the role of ScriptManagerProxy control?
Write down the three main points in WCF?
State the characteristics of the reference-type variables which is supported in the C# programming language.
Explain some of the versions of .NET?
18,76,764
1953867 Asked
3,689
Active Tutors
1452561
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!