tags:

views:

81

answers:

0

I am using AnimationExtender Control to display popup on click of a Link button. I fill its text on some event. So, in some case it could be empty too.

Issue is, when I disable the LinkButton when there is no data to display, even a blank Popup gets displayed on its click.

Can I stop the its Click event when my LinkButton is disabled? I don't want to hide the LinkButton when there is no data.

related questions