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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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
view state data is stored in which format?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: view state data is stored in which format?
Answer
# 1
It is stored in client side.
It is stored in an encrypted format.
 
Is This Answer Correct ?    12 Yes 1 No
Aravind
 
  Re: view state data is stored in which format?
Answer
# 2
variables are stored in the browser.
viewstate can hold only string data or serialisable objects
 
Is This Answer Correct ?    5 Yes 3 No
G.jaipalreddy
 
 
 
  Re: view state data is stored in which format?
Answer
# 3
viewstate is the client side state management.every server 
control  has a view state .we can assign a property named 
Enableviewstate to every server control  and setting the 
property to true,the viewstate will be enabled and hence 
the values of the control will be stored as encrypted 
format whenever the page is postback from the server again 
and again.
 
Is This Answer Correct ?    9 Yes 0 No
Raj
 
  Re: view state data is stored in which format?
Answer
# 4
Viewstate values are saved in the format of Hash.
 
Is This Answer Correct ?    3 Yes 3 No
Ganesh
 
  Re: view state data is stored in which format?
Answer
# 5
ViewState will be rendered as HTML Hidden field with 
encryption of data inside it
 
Is This Answer Correct ?    11 Yes 0 No
Venu Gopal Ch
 
  Re: view state data is stored in which format?
Answer
# 6
View state is stored in the client in the form of a hidden
control called “__VIEWSTATE”. Here by client I mean the
rendered aspx pages in the browser. If view state property
is set to true then ASP.NET automatically adds a hidden
field/control by the name “__VIEWSTATE” and stores the
information related to the state of the page in an encrypted
format.
 
Is This Answer Correct ?    2 Yes 0 No
Nalin
 
  Re: view state data is stored in which format?
Answer
# 7
ViewState Data is stroed in Base64 encoded format.
 
Is This Answer Correct ?    5 Yes 0 No
Charan
 
  Re: view state data is stored in which format?
Answer
# 8
Viewstate is stored in hash format and it will be stored in
hidden field named "_Viewstate".
 
Is This Answer Correct ?    0 Yes 2 No
Saiish
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is the use of sessionstate tag in the web.config file?  2
What is an iHTTPModule, and explain its implementation with its limitations?  1
when to use webservice and when to use remotong diff between them  3
Why does a user need nothing more than a Web browser to view ASP.NET pages?  1
How do you perform validations ? Microsoft1
What are the different methods that are used during the page load?  1
Different type of validation controls in asp.net ? Keane-India-Ltd1
explain about Back ground process control in .net Infronics1
What type of code (server or client) is found in a Code-Behind class?  1
repeater and gridview diff? Why is repeater fast than gridview? TCS2
How do we invoke queries from the application? Microsoft2
What is boxing? Misys4
What?s a bubbled event?  1
what is caching? Microsoft2
What is wrong with a line like this? DateTime.Parse(myString) Metasys3
What is the use of location tag in web.config file Karur-Vysya-Bank-KVB1
what do you mean software devlopment ? HCL6
Any alternative to avoid name collisions other then Namespaces?  1
Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept? Take-United2
How do you bind array to gridview? Will it works? HP4
 
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