Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Parameter called as "preserveForm" - Server.transfer
Home
>>
Category
>>
ASP.NET (MCQ) questions and answers
>>
ASP.NET HTML and Web Server Control
Q. Which one of the following has a parameter called as “preserveForm”?
- Published on 16 Jun 15
a.
Server.transfer
b.
Response.redirect
ANSWER: Server.transfer
Related Content
ASP.NET Introduction (
27
)
ASP.NET HTML and Web Server Control (
13
)
Validation Control and Web page navigation (
13
)
Master Pages (
14
)
ASP.NET Security (
26
)
State Management System (
22
)
ASP.NET AJAX (
18
)
ADO.NET (
52
)
Caching pages and data (
17
)
ASP.NET Exception Handling (
0
)
ASP.NET Globalization and Localization (
14
)
Basic concept of ASP.NET (
12
)
Csharp.Net (
27
)
LINQ (
26
)
Discussion
Deva
-Posted on 22 Sep 15
Server.Transfer method has a parameter called as preserveForm. The Server.Transfer method has two parameter. The first one is type System.String that takes the URL path of the new page on the server to execute. The second parameter is preserveForm of type System.Boolean. If you provide true then will preserve the QueryString and Form collections otherwise it will clear the QueryString and Form collections data.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲