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.
the disabling i am doing in javascript.
how do i Re-enable the button without going through page load.