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.
What data type does the Range Validator control support?
Describe the concept of Bookmarks in WF 4.0.
What will happen if the ASP.NET server control with the event-handling routines is absent from its definition?
State the reason why workflows are based on the Extensible Models.
How to make a windows desktop application using visual studio 2010 ultimate?
Define the term tracing? And also explain that where it can be used?
Define the term DTD?
Explain the importance of the Strong Name tool?
Briefly describe key-based dependency and file-based dependency?
Write down a short note regarding the .NET?
18,76,764
1929752 Asked
3,689
Active Tutors
1431295
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!