Hi,
I've posted about this issue a couple of times but never got an asnwer. well i finally found the time to look into it.
I have the following
a RadioButtonList inside a user control, inside a repeater on the page. all fine.
when the radiobutton selection changes, a FULL postsback is performed. i don't want that, i need an ajax postback.
so, got my hands dirty, on the javascript side, i got a reference to the ajax manager and i tried triggering the ajax myself
and it worked, i got an ajax call but pnlControls, the panel supposed to be the control to update, does not get refreshed( i am basically disabling/enabling controls based on what button is checked).
This seemed a simple two liner thing to implement but it's turning out to be quite complicated, anyone has an idea how to do it?