I have been practicing with the online tutorial on how to do this except my dropdownlist just gets a “method error 500” in the dropdownlist. I have found a few topics on this and have tried to fix this myself but I am stuck.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I got the same error earlier this morning and rectified it. What I have done is, I just created a web method in the XXXXXX.aspx.cs as following
Do it for all the web methods in your YYYY.asmx.cs. Now, go to the XXXXXX.aspx page and make changes as below:
ServiceMethod=”GetRoomsDetails” and remove the servicepath property for the CascadeDropdown that is associated with Rooms dropdown. Repeat the same for all the dropdowns respectively with their method names.
This is working for me.
Please let me know if its still having issue. Next time, provide all the code so that I can figure out the issue…
Regards,
Vamsi Anil
mvamsianil@gmail.com