Click here to Skip to main content
15,891,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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)
{
}
Posted

1 solution

Yes It does not work while working with url routing. You need to make a fix for it. Refer the below URL
http://stackoverflow.com/questions/9988551/asp-net-url-routers-conflict-with-ajax-webservice-path[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900