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 role of CLR in .NET Framework.
Elucidate the term Windows authentication?
Describe the function of a SizeMode property of a PictureBox control?
Can the 'throws' clause can be used to raise an exception?
Explain what do you mean by .NET?
Explain the concept of Web services.
Is it a good practice to practise handle the exceptions in code?
Elucidate Role based security?
What are the enrichment in the ClickOnce deployment in the .NET 4.0?
Write few characteristics of ADO.NET Entity Framework 4.0.
18,76,764
1923594 Asked
3,689
Active Tutors
1417489
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!