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.
State the components of WF 4.0?
Name the method that offers a functionality to display the dialog box during runtime?
Explain the purpose of the JIT compiler in .NET Framework?
What are XML attribute?
List out the difference between the “dynamic” and “var” data types?
Write the control which exposes LINQ features to the Web developers through ASP.NET data-source control architecture.
What do you mean by the term XML Infoset?
Name the root namespace which is used for fundamental types in .NET Framework?
Explain the working of Cookies. And also give the example of the Cookie abuse?
Why the data validations should be performed at a client side?
18,76,764
1925645 Asked
3,689
Active Tutors
1427382
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!