Hello,
On my web page, I am having two Rad Combo boxes and a asp TextBox. On selecting the item from the first Radcombo box I am loading the data in the second Radcombo box. This is implemented as shown in the demos here:
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx
Now, my requirement is that on selecting an item from the second rad combo, I want the asp textbox to be populated with the value from the database. And this needs to be implemented without the page doing postback(i.e. using AJAX).
How should I implement this change. Please suggest.
Regards,
Rajiv
On my web page, I am having two Rad Combo boxes and a asp TextBox. On selecting the item from the first Radcombo box I am loading the data in the second Radcombo box. This is implemented as shown in the demos here:
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx
Now, my requirement is that on selecting an item from the second rad combo, I want the asp textbox to be populated with the value from the database. And this needs to be implemented without the page doing postback(i.e. using AJAX).
How should I implement this change. Please suggest.
Regards,
Rajiv