Third page after 13 hours. I'm just trying to bump this to the top.
I can get the DropDownList to populate if I use an ObjectDataSource with the same DataSet. However, the webservice just does not want to bind any data. I'm actually just getting nothing in the DropDownList, not even the PromptText. Could this be an issue of AJAX being installed on the server? I'm pretty certain everything installed correctly.
Thanks for any and all help.
An update...
Tried putting a FilteredTextBoxExtender on a page, and it didn't seem to work. Apparently I've got a problem with my AJAX.
Hi,
I took a rough look at your code, and it was supposed to be correct. So I think the problem is very likely to be with your configurations or some where else.
Please make sure ajax is successfully installed, andnecessary entries in web.config are added.
You may also use Fiddler to view the traffic to make suer there is an asynchronous request happening and the response is correct.
Hope this helps.
No comments:
Post a Comment