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.
Briefly explain ADO.NET and its features?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Illustrate the characteristics of the reference-type variables which are supported in a C# programming language.
Explain WebParts controls in ASP.NET and in what way we can provide WebParts control functionality to the server control?
Write the main difference between UnBoxing and boxing.
List the services which are offered by the Window Azure operating system?
Write down the three main points in WCF?
What do you understand by Common Type System (CTS)?
Describe the appSettings Section which contains in a web.config file?
Write about features that are added in the .NET Framework 4.0.
18,76,764
1931195 Asked
3,689
Active Tutors
1426855
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!