what is view state and its use
Answer Posted / nageswara rao.g
viewstate is just like hidden field.Basically all html
controls are stateless .if u want maintain state for page
level we can use viewstate.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is runat?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is the difference between trace and debug in asp.net?
What is the use of session?
How can you register a custom server control to a web page?
What is the used of "ispostback" property?
Difference between overriding and overloading?
How to Separate background image and front image from original picture....
What are early binding and late binding.
Which asp.net objects encapsulate the state of the client and the browser?
How to sign out from forms authentication?
What are the event handlers that can be included in the Global.asax file?
What is clr? Difference between clr & cts?