Hi, i have a problem here.
i have a radiobutton Yes / No, and when it's changed i want it to Show/Hide an Asp:Panel with textbox/things inside.
For now, i have an "autopostback = true", and it refresh the whole page, and not only the asp:panel.
I'm looking for an ajax component which can solve the problem
I've tried to include my Asp:panel AND my radiobutton(the one with autopostback) inside a telerik:RadAjaxPanel so i think the autopostback will be intercepted by ajax if i understood everything.
I have added a <telerik:RadAjaxLoadingPanel> at the bottom of the page, with nothing inside, i dont even know what is it.
but i think its usefull..
I have also added a <telerik:RadAjaxManager> at the top of the page, even if i dont know wich element i have to put in the
"AjaxControlID" thing and the AjaxUpdatedControl ControlID" thing.
And i have a event on my radiobutton to call a function in wich i set the ASP:panel visible/invisible accordingly to the radiobutton checked or not.
this is a mess, this is not working, the whole page is still refreshing.
my need is quite simple, no databinding, nothing, but i cant manage anything.
Pls some help here.
i have a radiobutton Yes / No, and when it's changed i want it to Show/Hide an Asp:Panel with textbox/things inside.
For now, i have an "autopostback = true", and it refresh the whole page, and not only the asp:panel.
I'm looking for an ajax component which can solve the problem
I've tried to include my Asp:panel AND my radiobutton(the one with autopostback) inside a telerik:RadAjaxPanel so i think the autopostback will be intercepted by ajax if i understood everything.
I have added a <telerik:RadAjaxLoadingPanel> at the bottom of the page, with nothing inside, i dont even know what is it.
but i think its usefull..
I have also added a <telerik:RadAjaxManager> at the top of the page, even if i dont know wich element i have to put in the
"AjaxControlID" thing and the AjaxUpdatedControl ControlID" thing.
And i have a event on my radiobutton to call a function in wich i set the ASP:panel visible/invisible accordingly to the radiobutton checked or not.
this is a mess, this is not working, the whole page is still refreshing.
my need is quite simple, no databinding, nothing, but i cant manage anything.
Pls some help here.