Re: Ajax is nto in working condition in an upgrade d project from 1.1 to 3.5
|
Dang Kettle |
|
5/26/2008 3:24:11 AM |
Not sure because I can't look at your code, but server side methods must be static now. Also, try using [WebMethod] and [System.Web.Script.Services.ScriptMethod] above your static method. Post Comments |
|
Re: Thank you for your post!
|
Evzon Ologio |
|
5/26/2008 3:25:20 AM |
Hi, Thank you for your post! Please refer to http://www.asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx to upgraded the project! You must use Updatepanel/Scriptmanager or webservice in your page to get AJAX work, I suggest you learn MS AJAX from http://www.asp.net/AJAX/Documentation/Live/default.aspx If you have further questions,let me know! Best Regards, Post Comments |
|