Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Postback script problems

Status
Not open for further replies.

trueneutral

Programmer
Sep 15, 2003
13
CA
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top