I have a simple dialog box (dhtmlxWindow called w1) that attaches an aspx page. The aspx page brings up a page with a form (“form1”) with dropdown box (“ddlJob”) that is attached to a database. I need to get the selected value of ddlJob when the dhtmlxWindow is closed.
I cannot figure out how to reference the dropdown box and get its value during the onClose event of the Window. Any help here?
As a workaround, I have placed dhtmlxForm (“myForm”) and input box (“name”) on the aspx page and am able to get the value from it, but do not know how to programmatically change the value of “name” in VB.net code behind during the change event of ddlJob. If I could get this to work, I could likely make the input box invisible to the user and would have my functionality.
I think the first option is the cleanest, but would any ideas to retrieve the value from my asp dropdown list on my asp page inside the dhtmlxWindow. Thanks!