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


Please Help Members By Posting Answers For Below Questions

What is the significance of proxy user?

610


Who can consume WebAPI?

583


i want the asp.net technical questions and answeres

1603


What is viewstategenerator?

691


What is application session?

500






If we remove web.config or machine.config from the application then, is this application will works?

592


What is ipostback?

597


Differentiate between client-side and server-side validations in web pages.

553


What is the Difference between MVC And MVP design pattrens

2201


What are the different types of validation controls in asp.net?

516


What does uri mean?

489


What are web server controls in asp.net?

548


Any disadvantages in Dataset and in reflection ?

2821


What is cache in asp net?

527


What is the main differences between asp and asp.net?

519