is it possible to persiste customize object in view state?
how it is?
Answer Posted / raovarinder singh
Yes it is possible to persiste customize object in view
state, Supposed your are having one variable named x for
which you want to persist the view state.
dim x as integer
ViewState(Value) = x
Which can then be accessed as follows:
x = ViewState(Value)
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is preprocessor in .net?
What is cross page posting? How is it done?
Write a code for passing ArrayList in Web API?
Why do we need Sessions?
Explain the difference between value type and reference type?
How can we create a website?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Explain ViewState?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Why web api is better than wcf?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Explain what is an assembly?
How may clustered index we can create in table?
Is post back property in asp net?
What are client activated objects and server activated objects?