Hi,
I have created combobox like below
i have a textbox and a button now i want to move the text of the combobox based on the value of the textbox ,when i clicked the button.
regards
sathies
I have created combobox like below
<
telerik:RadComboBox ID="RadComboBox1" EnableViewState="false" EnableItemCaching="true"
EnableLoadOnDemand="true" runat="server"
onitemsrequested="RadComboBox1_ItemsRequested">
</telerik:RadComboBox>
i have a textbox and a button now i want to move the text of the combobox based on the value of the textbox ,when i clicked the button.
regards
sathies