asp.net page, enable/disable a button?

abe_icm

New member
i have an asp.net page. it is actually a selection screen. the user select a few drop-downs and then the user clicks on the "excel". button once that is done, the button is disabled. and it suppose to get enabled when the excel report gets generated. i have everything working, except the Re-enabling of the button.

the disabling i am doing in javascript.

how do i Re-enable the button without going through page load.
without AJAX
i need this to be done in server code (C#), as i have a task, when complete i enable the button.
 
Back
Top