I drag a WebDropdown on the page.This Webdropdown is contained inside the UpdatePanel.I set datasource for the Webdropdown in the server side.I can see the WebDrop down when i debug my application from the devenv the website shown and it contains the Webdropdown.But it does not work when i create a virtual directory in the iis and copied all the files inside of it and called the url from the browser.At that time i have a script error message "theForm undefined" I cant see the WebDrop down fully in the page.I added the neccessary dlls inside of the bin folder of my website.Is there any particular dlls i have to copied into the bin folder for Webdropdown and also for WebDataGrid.This same issue is also getting for the WebdataGird.
Please Help me
Hello,
Taking a guess at the issue, it looks like the MS AJAX javascript is not loaded correctly on the page and theForm object which is instantiated then, is not. I'd start checking HTTP log in IIS to see if js files are all being loaded properly and none of them get a 404, and start debugging from there.
-Taz.