view state data is stored in which format?
Answers were Sorted based on User's Feedback
Answer / venu gopal ch
ViewState will be rendered as HTML Hidden field with
encryption of data inside it
| Is This Answer Correct ? | 34 Yes | 0 No |
Answer / charan
ViewState Data is stroed in Base64 encoded format.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / raj
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 ? | 22 Yes | 4 No |
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 ? | 11 Yes | 0 No |
Answer / sachin garg
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 ? | 4 Yes | 0 No |
Answer / radhe shyam
view state is a client-side state management techniques,And
it is basically used to maintain value of all the controls
of a page.it store date in encrypted mode in client
browser.whenever you post view state data one page to
another page then it automically expire.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / g.jaipalreddy
variables are stored in the browser.
viewstate can hold only string data or serialisable objects
| Is This Answer Correct ? | 10 Yes | 9 No |
Answer / prabhakar pandey
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.it is called before the load event and saved between prerender and render event.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the meaning of TestApi?
What is the parent class of all web server control?
what is purpose of xml control in standard controls of asp.net
What is session in asp.net?
Is a dll file an executable?
What are session variables?
How can you achieve nested Masterpages in 2.0?
What is FullTrust? Do GACed assemblies have FullTrust?
How do you make your site SSL enabled ?
Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?
Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)