I need to enable/disable controls or make div elements visible/invisible as the form loads based on data stored in a database.
I'm assuming I would need to incorporate javascript or vbscript into this to make it work. I'm able to get the data I need, I just need to determine the right event to use to modify html elements and controls.
There doesn't seem to be a form load event I can use, but there is a body load event. But doesn't that occur before any elements are drawn on the page?
Thanks in advance...
I'm assuming I would need to incorporate javascript or vbscript into this to make it work. I'm able to get the data I need, I just need to determine the right event to use to modify html elements and controls.
There doesn't seem to be a form load event I can use, but there is a body load event. But doesn't that occur before any elements are drawn on the page?
Thanks in advance...