asp.net - Accessing the viewstate of a child control -


I want to remove information about the control of a child. This control is related to a third party and I have access to the source code. Do not have access. Is it possible?

The viewstoat is stored as base64 if you can get the client ID of the control; You decode it form You can remove the post from ["__ vistat"] and process it from there.


Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -