davedizzle15
Technical User
i have an image as an update button on my web page using visual web developer. under this i have a checkbox with an ID of checkbox1. i double click the checkbox to get into the VB coding. i want to have an if statement here that is something like
if checkbox1.value = true then ......and then a few situations...
but the main problem is that it tells me that checkbox1 is not declared.
any ideas here?
if checkbox1.value = true then ......and then a few situations...
but the main problem is that it tells me that checkbox1 is not declared.
any ideas here?