If I have radiobuttonlist like this:
<asp:RadioButtonList ID="rbtn_PeriodTypeName" runat="server" DataTextField="PeriodTypeName" DataValueField="PeriodTypeId" AutoPostBack="true" RepeatDirection="Horizontal">
</asp:RadioButtonList>
And according to the user selection, I have to bind my dropdownlist from database.
<telerik:RadDropDownList ID="ddl_PeriodType" runat="server">
</telerik:RadDropDownList>
How to do something like that using Ajax page method?
EX:
My radio button list:
If the user select 2 the dropdownlist should be like this:
Bind the data for all the drop downs in the initial load of the page if
And, toggle the visibility of the drop downs in the client side based on the radio button selected in the client side itself..
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With