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
Why is the standalone environment only useful during the development process?
What is http response header?
Please brief not about xsd,xslt & xml?
What is a swagger in web api?
Which method is used to force all the validation controls to run?
Why is xap important?
What is webresource axd?
What is the difference between CLICK and MOUSE DOWN Event ?
Describe how to implement globalization and localization in the use interface in .net.
What is asp.net web pages?
What is the life-span of the items in the viewstate?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What’s the use of “GLOBAL.ASAX” file?
What is postback pixel?
What is the purpose of url encoding?