Maintaining State of Web Form
-
I want to maintain state of web form (i.e; not to lose any user input values of textboxes,checkboxes etc) without using session,querystring etc. The reason i don't wanna use the above mentioned method is that i've got so many pages and it would be a tedious task to do. Hope to have a better solution for this.
-
I want to maintain state of web form (i.e; not to lose any user input values of textboxes,checkboxes etc) without using session,querystring etc. The reason i don't wanna use the above mentioned method is that i've got so many pages and it would be a tedious task to do. Hope to have a better solution for this.
You can enable the ViewState
------------------------------------------------------------ "The only true wisdom is in knowing you know nothing." --Socrates
-
You can enable the ViewState
------------------------------------------------------------ "The only true wisdom is in knowing you know nothing." --Socrates
-
We can have classes which will hold values. You will be able to access it across the pages.
------------------------------------------------------------ "The only true wisdom is in knowing you know nothing." --Socrates