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
How use Xml data in ASP.net?
How do you design a website with multilingual support in ASP.NET ?
What are uri parameters?
What is inproc mode in session?
How does asp net store session ids by default?
Is asp.net and .net are same or different?
What are the advantages of the code-behind feature?
What is a form tag?
Differentiate between structure and class.
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
explain code with datachaching with example
Explain login controls.
Is it possible to apply themes to an asp.net application? If yes, then how?
Are there resources online with tips on asp to asp.net conversions?
Less than one page, how many windows will you be able to maintain?