i have two buttons, which are disabled on page load,
when i select one radio button i have to make that button enable.
But when i write button1.Enable( ) in the radibutton click event, its showing an error "global object 'button1' not defined.
How can i tackle this problem.
How can i access a global variable in another function?
when i select one radio button i have to make that button enable.
But when i write button1.Enable( ) in the radibutton click event, its showing an error "global object 'button1' not defined.
How can i tackle this problem.
How can i access a global variable in another function?
Comment