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.
Illustrate some of the points regarding CustomControls in WPF?
Explain what is meant by CTS, and how it is related to the CLS?
Illustrate the basic difference between the PenLineCap's Flat and Square values?
What is Code Access Security (CAS)?
Specify the function of CheckState property of the CheckBox control?
Describe four workflow principles?
Explain, what is an XML schema?
Write the name of event handlers which can be included in a Global.asax file?
Explain complete lifecycle of Web page?
Write the different types of literals used in C #?
18,76,764
1926215 Asked
3,689
Active Tutors
1449231
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!