Scenario:
When users choose among the options of Radio Buttons, RadAjax Manager conditionally make another
Panel Control, containing a label and a drowdownlist, visible/unvisible. This is shown in
http://www.sendspace.com/file/lrejjr and
http://www.sendspace.com/file/0hvte7.
It goes well of course.
The
problem is that if I make
Panel Control unvisible and then click the button to
post back (not callback), which is shown in
http://www.sendspace.com/file/x55bjs, something goes wrong!
After the postback, I try to make the Panel visible again by switching the radio buttons(
http://www.sendspace.com/file/4vacfs). But a client side error occurs:
http://www.sendspace.com/file/o8leyx.
What is the reason? I conjecture this is resulted from my unawareness of details of RadAjax.
Regards,
Ricky.