Hello Friends.
AutoCompleteExtender is not working with URL Routing.
when i am commenting the the RegisterRoutes then AutoCompleteExtender is works. i mean that with URL Routing AutoCompleteExtender not working.
& i think that AutoCompleteExtender is working with Web Services.so it may be issue of Web Service & URL Routing.
kindly suggest me friends.
void Application_Start(object sender, EventArgs e) { RegisterRoutes(RouteTable.Routes); } public void RegisterRoutes(RouteCollection routes) { }