DynamicPopulateExtender Problem
---------------------------------------------
I have also met the same "Web Service call failed: 500",
at that time, i used the method reside on the .aspx page decorated with
[System.Web.Services.WebMethod]
[System.Web.Script.Services.ScriptMethod]
like this way: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/DynamicPopulate/DynamicPopulate.aspx
After that, i created one method on .asmx page with decorated
[WebMethod]
like this way:
http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A%2F%2Fdownload.microsoft.com%2Fdownload%2Fb%2F6%2Fa%2Fb6ae89ee-df69-4c87-9bfb-ad1eb2b23373%2Fdynamicpopulate0CS.pdf&ei=9HCDSM63EoOY6gPA4LzIAg&usg=AFQjCNEQIIr4KgXEbLrP7J9Qfki8qWBLPw&sig2=4zaheld50bcu1_jJvHOHzA
For me it works
Thanks,
zvasanth