Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

AutoComplete Extender Not Working while Upgrading to Latest AJAX Version

$
0
0

Dear Experts,

I have this scenario:

I have a web application which was earlier on .net 2.0 Framework. But due to the hosting server configuration I moved my project to .net 4.0.. Still no problem. The only wrong thing which happens till now was that my autocomplete extender stopped showing in the design part. It was functionally perfect as It was working as usual.

So I thought it might be some problem due to the old ajax version[I was using ajax 1.0.xx earlier]. So i downloaded the latest ajax toolkit binary file from codeplex [4.1.xxx] and referenced it to my new 4.0 project.. I added the new controls on my toolkit..

The earlier version was using cc1 in its register directive in the page but the new version was using asp. So i replaced the older directive to new one.. Next I added the autocomplete extender from toolkit.. But to my surprise It was also not getting showed in the design part.

Even if you click on the control from the toolkit or drag it from toolkit it was not getting shown on the page. SO i added the autocomplete extender manually in the page.. But It was not showing in the design part. So I tried to remove some attributes. If I remove the targetcontrolid attribute It was showing in the page otherwise It wont..

Next I continued with the new control which was not getting shown in the design part in the hope that It will work on the running mode..

But when I execute the web application, It was not working as well.. On Debugging using Javascript debugger some 401 unauthorized error popup while typing something in the related textbox while acessing static method defined in the code behind...

So Finally I gave up and again referenced the old ajax version 1.0.xxx in my project which is not showing in the design part but atleast working..

Please tell how to rectify these problems.. Thanks


Viewing all articles
Browse latest Browse all 5678

Trending Articles