Version: 11.1.20111.1006 in IE8.
In one sentence the question is: Is it possible to use the jQuery controls (webupload) together with classic asp controls (webcombo) on the same page?
My scenario is the following: I dynamically create a webcombo, webupload and button (UseSubmitBehavior="False") on a page (which is on an UltraWebTab page). If I pick a file to upload, the button server click event does not fire (on clicking the button) and postback does not occur.
If I don't pick a file everything works fine.
Furthermore, if I do not have the webcombo on the page everything is working fine (i.e. uploading the file, page postback etc.). It seems that the selection of a file causes a partial postback/httphandler call that somehow causes the page not to postback (but only if the webcombo is present).
Any suggestions will be appreciated.
Hi,
First my answer of your question is: Yes, inn general case webupload should work with classic asp controls.
We have tested this and we could not replicate the issue. I send you an attached sample. Please check it. Btw did you get any javascript errors when click on the button? Is it possible for you to send us a sample?
Thanks,
Miro Hristov