Still cannot viewstate to work properly
I still can't seem to get the viewstate working properly. I removed the script that I had added originally from another user's post that added the following to my Master page which I'm using as a template
<script type="text/C#" runat="server"> protected override void OnInit(EventArgs e) this.Page.EnableViewState = true; base.OnInit(e); </script>Viewstate works for me, as long as I don't put controls in a layout control (e.g. 75%, 25% columns). I've yet to come up with a solution that works in conjunction with layout controls.
Hi Philip,
We've reproduced the issue at was logged as a bug (#105496). We'll try to fix it for SP1. I am sorry for the inconvenience that this might have caused you.
Regards,
Pavel
the Telerik team