hi..

i'm new at Ajax, i could populate 2 dropdownlists using cascadedropdown... using methods and webservices... getting data from databases... not XML...

but it works when i do this:
ServicePath="service.asmx"
but if i publish my webservice and i try with this
ServicePath="http://localhost/WS/service.asmx" it does nothing!
it shows me the LoadingText only....
what am i missing?

thanks in advance...