view state data is stored in which format?
Answer Posted / 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 |
Post New Answer View All Answers
Can you explain one critical mapping? Performance issue which one is better?
What are the different validators in asp.net?
What is postback pixel?
Explain ViewState?
What is asp.net futures?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain the difference between debug.write and trace.write?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is difference in .net 1.1 and .net 2.0?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is use of <% %> in asp.net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?