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 difference between session and application in asp net?
What is the use of ASP.NET routing?
How would you get asp.net running in apache web servers? Explain it's limitations.
What is repository pattern in mvc.net? : asp.net mvc
What are main return types supported in Web API?
What is the concept of postback in asp.net?
What is the difference between asp.net and mvc?
What are the different web pages?
How would you get asp.net running in apache web servers?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What are the types of validation in asp net?
What is asp.net and how it works?
What is the difference between a candidate key and primary key?
What is a proxy in web service?
Describe the diffeerence between inline and code behind?