A
Alon
Hi,
I created a button control, which inherits from
System.Web.UI.LinkButton.
I wrote a function which disables all the web controls
and the HTML controls on the page, but for some reason,
the custom button remains enabled.
What is the reason, and what can I do ? I know I can use
the findControl for this specific control, but I want
something more generic.
Thanks,
Alon
I created a button control, which inherits from
System.Web.UI.LinkButton.
I wrote a function which disables all the web controls
and the HTML controls on the page, but for some reason,
the custom button remains enabled.
What is the reason, and what can I do ? I know I can use
the findControl for this specific control, but I want
something more generic.
Thanks,
Alon