As per my knowledge, we can use AJAX AutoCompleteextender via two ways either using 'Webservice' or by defining Service method in 'ASPX or ASCX' file.
I just wanted to know that is there any advantage in using webservice for AutoCompleteextender instead of writing Service method in ASPX or ASCX file?
|Thanks|
Loading
Dhaval PatelPosted Jan 19, 2012, 7:58 AM
As per my point of view i am using AutocompleteExtender for direct get service method without get service path for where is service is located but dynamically get service and call service method using AutocompleteExtender
<ajaxControlToolkit:AutoCompleteExtender
Direct Service method Call..
Thanks & regards
Dhaval Patel
This post help then please mark as " Accepted Answer "