Hello ,
I want to know that can i use textbox(which will be hidden) to maintain the value between postbacks instead of viewstate as viewstate reduses performance so plz let me know which will be better for performance.
- viewstate or textbox(which will be hidden).
plz plz reply
Thanx in advance .
Satish Hirpara.
Satish HirparaPosted May 25, 2013, 2:27 AM
Sunny SharmaPosted May 24, 2013, 11:28 AM
ViewState is already a hidden property that store things client-side. Hidden textbox value property will get lost on PostBack.