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.
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
What do you mean by the term base class of .net?
What do you mean by the term delegate, why must you use it and explain how do you call it?
What is AdRotator Control?
Explain about the Native Image Generator?
Describe the endpoint in the WCF service in brief.
Briefly describe the ADO.NET architecture?
Two catch blocks can be executed or not?
What do you know about parameter and explain new types of the parameters introduced in the C# 4.0?
Write about the classes are supported to make an XML DOM?
18,76,764
1961462 Asked
3,689
Active Tutors
1412730
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!