trueneutral
Programmer
I am running a VBScript that hides or shows a number of controls when items in a dropdownlist are selected.
It runs fine the when it loads up, but if a button is clicked, or any button on the datagrid I'm using is clicked, suddenly all the controls appear and the dropdownlist doesn't work anymore.
I get this error: "Object doesn't support this property or method: 'form1.droplistOptions'
form1.droplistOptions works up until this point... I'm assuming this has something to do with my datagrid using postback in some way.
Does anyone know what might be done to fix this?
It runs fine the when it loads up, but if a button is clicked, or any button on the datagrid I'm using is clicked, suddenly all the controls appear and the dropdownlist doesn't work anymore.
I get this error: "Object doesn't support this property or method: 'form1.droplistOptions'
form1.droplistOptions works up until this point... I'm assuming this has something to do with my datagrid using postback in some way.
Does anyone know what might be done to fix this?