No. The viewstate is encoded on the client side and messing with it will cause it to break upon postback.
You must modify viewstate on the server, but you can use javascript to pass data back and forth to the server.
--
I hope this helps,
Steve C. Orr, MCSD http://Steve.Orr.net
Developer for Hire
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.