Hi Friends,
I have been working with ajax now since last 3 months. I have applied in one project and works fine. I am trying to using it in another place and trying to use it in another project. Unfortunately i am not able to apply ajax successfully. I have run the setup file. I installed AjaxExtensions, i tried to test it on one page by putting a normal button inside updatepanel, to see if it is getting refreshed. But on the pageload itself i see javascript error ' Sys' is undefined. I believe its the error from Register Assembly?
I have included all the necessary details in my web config file also.
I dont know where am i doing wrong? Any suggestions would be appreciated.
Thanks
Menon
Did you start with a new website using the Ajax-enabled Website template? Or are you just trying to add some Ajax to a previous web app? If it's the latter, you need to make some changes to your web.config, in addition to installing the extensions.
http://www.asp.net/learn/ajax-videos/video-81.aspx
http://www.asp.net/AJAX/Documentation/Live/InstallingASPNETAJAX.aspx
Configure your AJAX like this
http://www.asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx
No comments:
Post a Comment