ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What does the "EnableViewState" property do? Why would I
want it on or off?
 Question Submitted By :: Rajeswari
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What does the "EnableViewState" property do? Why would I want it on or off?
Answer
# 1
Enable ViewState turns on the automatic state management 
feature that enables server controls to re-populate their 
values on a round trip without requiring you to write any 
code. 

This feature is not free however, since the state of a 
control is passed to and from the server in a hidden form 
field. 

You should be aware of when ViewState is helping you and 
when it is not. For example, if you are binding a control 
to data on every round trip, then you do not need the 
control to maintain it's view state.

ViewState is enabled for all server controls by default. To 
disable it, set the EnableViewState property of the control 
to false.
 
Is This Answer Correct ?    1 Yes 1 No
Swapna
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
what is manifest? Microsoft3
What is the name of the base class that all web forms will be inherited?  7
what is the trace in ASP.NET  4
What is early binding and Late binding. Difference which is better ? DELL2
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together. ADITI1
what is the difference between server.Transfer and response.redirect in .net  1
what is CLR? PrimeLine3
Can i have both C# and vb.net code in same assembly?how? Wipro4
what is new debug tools in asp.net ?  1
You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe). Syntax-Softtech5
Explain Page life cycle DELL6
What is the Global.asax used for?  3
Features and disadvantages of dataset ? Microsoft3
To call a Web service which transport protocol you can use?  3
What is versioning in .NET? Syntax-Softtech1
Explain how inline and code behind is used differently ?  1
What is Response.Flush method ? Keane-India-Ltd2
how to do pakaging nd deployment  1
How can you debug an ASP page, without touching the code?  1
How to do Caching in ASP?  1
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com