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
Define viewstate in .net?
How ASP.NET page works?
Explain the flow of processing of the request? : asp.net mvc
Difference between singleton and singlecall.
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What are tuples?
Explain the difference between overriding and overloading?
Why should i prefer JSP over asp.net or any other web development language..??
How about the security in Activex DLL and Activex EXE ?
What is Web API Routing?
What is a server farm in iis?
What is the usage of DelegatingHandler?
How can we make sure that Web API returns JSON data only?
In order to get assembly info which namespace we should import?
Where is the view state data stored in asp net?