Answer Posted / aravind
*Viewstate object is used to persist data of variables
across postbacks.
*Viewstate object's value is accessible only at page level.
*This means that if a viewstate is created at MyPage.aspx,
then it may be used only within MyPage.aspx after the
postback, and cannot be used by any other page.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between encrypting a password and applying a hashing?
What is close method? How its different from finalize and dispose?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What is dot net architecture?
What does il do?
Do you know what is the difference between an abstract class and an interface?
Explain the purpose of Remoting in .NET?
Explain me difference between public and static modifiers?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What are the security policy levels in .Net
Should I implement finalize on my class? Should I implement idisposable?
What is the best way to crack the certification?
Explain something about WebService?
How will you load an assembly which is not referenced by current assembly?
Difference between user groups and code groups