davedizzle15
Technical User
i have a webpage with an update button at the bottom that saves all the information from the page's text boxes. I have a checkbox at the bottom of this same page that the user checks when they are done with the page. So when the UPDATE button is clicked, i want to run a few if statements. Basically i want to know if it is possible to run scripts BEFORE any of the Update panel stuff? The main error im getting is in the VB code. if the checkbox name is done1 i try to type something like:
IF done1 = true
but it always tells me that done1 is not declared.
can anyone help?
IF done1 = true
but it always tells me that done1 is not declared.
can anyone help?