Answer Posted / nithya
ViewStates are nothing but hidden fields genereted by
asp.net at runtime to maintain the state of the (Controls)
object. We can maintain viewstate in three levels.
Application level,Page Level,Control level. For this
EnableViewState property should be true.
These viewstates will be availble only in the page.If the
page will get expire this also will be expire in runtime.
We can maintain viewstate with in the page only.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is data edited in the Repeater control?
What is the difference between custom controls and user controls?
What is difference between session and viewstate?
What is the difference between application state and session state in asp net?
What are the features of asp.net mvc?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is the use of global.asax file?
Why do we need url encoding?
How can we inherit a static variable?
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 to find last error which occurred?
What are the different method of navigation in asp.net?
What are the server controls in asp.net?
What is content place holder?
Can viewstate be accessed in another page?