view state data is stored in which format?
Answers were Sorted based on User's Feedback
Answer / meganathan
view state will be stored in hidden field with encrypted
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pankaj oberoi
view state is the default way to store the value of controls
in hidden fields.value store in hidden fields in encrypt
form.when the page post back view state store all values to
hidden fields. TextBox and dropdown list are the controls who
store value in view state when ever we disable view state of
this control.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ganesh
Viewstate values are saved in the format of Hash.
| Is This Answer Correct ? | 9 Yes | 10 No |
Answer / saiish
Viewstate is stored in hash format and it will be stored in
hidden field named "_Viewstate".
| Is This Answer Correct ? | 4 Yes | 6 No |
Can we use a static function with a non-static variable?
When do you set "<IDENTITY impersonate="true" />" ?
Name some asp objects?
How much data (Max K) can go into a QueryString?
Explain asp.net page life cycle?
What is the difference between a cookie and a pixel?
How many web.config files in each solution
You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>
What’s the difference between Response.Write() andResponse.Output.Write()?
what are the application layers for a distribute application?
what is state management in ASP.NET
Explain the differences between Server-side and Client-side code?
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)