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.
Define the roles of CLR in .NET Framework and also explain the responsibilities?
Illustrate the various types of contract available in the WCF?
Explain how to store and retrieve images in the SQL server database via VB.NET?
What do you mean by the term XML Infoset?
State how the changes made to the DataSet object are identified since it was last loaded?
State the main components of .NET Framework?
Explain about LinqDataSource control?
How we can dynamically add the user controls to the page?
What is WSDL?
Briefly describe the term destructor?
18,76,764
1949742 Asked
3,689
Active Tutors
1449084
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!