B
bshannon
I created a user control that contains a radiolistbox.
If I set autopostback to true then the page throws
javascript errors at me. And at the bottom of the page
in the status bar 'Done, but with errors' is displayed.
Javascript is enabled on my machine. I can add
individual controls to the parent page and enable
postback to true with no quarrels. I just can't use auto
paostback with a usercontrol.
I have tried dynamically loading the control and manually
loading the control. The control displays fine in both
instances but the postback will not work.
Any Ideas that may cause this?
Thanks
If I set autopostback to true then the page throws
javascript errors at me. And at the bottom of the page
in the status bar 'Done, but with errors' is displayed.
Javascript is enabled on my machine. I can add
individual controls to the parent page and enable
postback to true with no quarrels. I just can't use auto
paostback with a usercontrol.
I have tried dynamically loading the control and manually
loading the control. The control displays fine in both
instances but the postback will not work.
Any Ideas that may cause this?
Thanks