Hi,
I am using RadAutoCompleteBox (Q3 2012 SP2) & Binding it with WebMethod like:
It works fine. Fetching countries from server method GetCountries().
Now, I want to fetch State for that selected/entered country.
How to pass that country to WebMethod of GetState(object countryData) ?
Plz reply asap.
I am using RadAutoCompleteBox (Q3 2012 SP2) & Binding it with WebMethod like:
<telerik:RadAutoCompleteBox ID="rdtxt" runat="server" Width="90%" EmptyMessage="enter country to search" InputType="Token" Filter="StartsWith" AllowCustomEntry="true"><TextSettings SelectionMode="Single" /><WebServiceSettings Method="GetCountries" Path="frmPage1.aspx" /></telerik:RadAutoCompleteBox>Now, I want to fetch State for that selected/entered country.
How to pass that country to WebMethod of GetState(object countryData) ?
Plz reply asap.
