Hi,
when i set viewstate dunring callback of panel the value don't persist and is lost.
Any idea?
Thanks
Hi Shogun,
This is the way Microsoft callbacks work. The ViewState is being updated only on postbacks.The only exception is if you send a callback via the asp:UpdatePanel, then the ViewStatewill be updated.