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.
Explain the use of a DropDownStyle property of a ComboBox control?
Describe in brief regarding the visual basic?
Name the parameters which control generally connection pooling behaviours?
Explain MaskedTextBox control? And also explain the function of Mask property?
Is it possible to post and access view state in the other application?
Explain what is meant by Procedure oriented language?
Explain the concept of Web services.
How we can populate the dataset before querying the DataSet object by using LINQ to DataSet?
State some of technologies that are utilized within the AJAX?
18,76,764
1947183 Asked
3,689
Active Tutors
1443666
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!