Click to See Complete Forum and Search --> : Objects disappearing


Pselus
04-30-2003, 07:28 PM
I have a webpage with some hidden textboxes. They ARE created inside of a Form object.
At the bottom of the webpage I run some vbscript that checks values in the hidden objects (which are set in the codebehind on this ASP.Net page, but that shouldn't matter to this).
At the TOP of my vbscript code I can access the object named hdnAggDep1, whereas at the BOTTOM of the same script it says it doesn't exist.....

here's the relevant code
http://www.anthonystark.com/code.txt

Pselus
05-02-2003, 10:16 AM
I will check into that (because I'm not at work right now) but that line was added just to see if it would go through the line above it (which calls hdnAggDep1 WITH the Form1 in front of it) and it didn't work either.