AutoCompleteExtender in AjaxToolkit?
-
hi, using AjaxToolkit, AutoCompleteExtender in my project its working fine in normal case. The webmethod is taking two arguments string prefixtext and int count. Ex. getcountrylist(string prefixText,int count) I need to send another value to this method. i tried through session it's not working any other way for this. very urgent help to me. Thanks in advance!
Have A Nice Day! Murali.M Blog
-
hi, using AjaxToolkit, AutoCompleteExtender in my project its working fine in normal case. The webmethod is taking two arguments string prefixtext and int count. Ex. getcountrylist(string prefixText,int count) I need to send another value to this method. i tried through session it's not working any other way for this. very urgent help to me. Thanks in advance!
Have A Nice Day! Murali.M Blog
hi, if u need to send another string. use contextkey. Thanks
Have A Nice Day! Murali.M Blog