Hi,
I'm using a AjaxFileUpload control in a Modal Popup.
This modal popup contains a few labels and a 2 textboxes. 1 with just plain text and one hidden textbox with an id inside.
When I click upload on the control. Debugging the OnUploadComplete event will say the textboxes are empty. I need these values to update some fields in the database.
When I put the AjaxFileUpload outside of the modalpopup, i don't have any problems reading Textboxes or labels.
Any idea's?
Kind regards,
Comments: This is similar to my post [https://ajaxcontroltoolkit.codeplex.com/workitem/27467](https://ajaxcontroltoolkit.codeplex.com/workitem/27467). QueryString values are also not available. I tried using text boxes like you have and had exactly the same problem. No values are available.
I'm using a AjaxFileUpload control in a Modal Popup.
This modal popup contains a few labels and a 2 textboxes. 1 with just plain text and one hidden textbox with an id inside.
When I click upload on the control. Debugging the OnUploadComplete event will say the textboxes are empty. I need these values to update some fields in the database.
When I put the AjaxFileUpload outside of the modalpopup, i don't have any problems reading Textboxes or labels.
Any idea's?
Kind regards,
Comments: This is similar to my post [https://ajaxcontroltoolkit.codeplex.com/workitem/27467](https://ajaxcontroltoolkit.codeplex.com/workitem/27467). QueryString values are also not available. I tried using text boxes like you have and had exactly the same problem. No values are available.