The problem is probably that you turn of the genereation of a Web Service proxy.
Take a lookt at the following post for a working example:http://fredrik.nsquared2.com/viewpost.aspx?PostID=379&showfeedback=true
i have copied your working example exactly as you had it, and i am getting the same results that after clicking the button, there is no alert and there are no errors. i'm stumped.
after installing AJAX with the .msi provided on the ajax.asp.net download page, fully installing, rebooting... what other prerequisits do i need to follow to get ajax working correctly?
found the error issue... i had my asmx.cs file sitting in the same custom directory as the .asmx webservice file. i moved the .asmx.cs file into the app_code folder and everything worked smoothly as it should.
No comments:
Post a Comment