ASP.NET Event for User Control
Posted
by Lijo
on Stack Overflow
See other posts from Stack Overflow
or by Lijo
Published on 2010-05-18T05:32:59Z
Indexed on
2010/05/18
5:40 UTC
Read the original article
Hit count: 219
ASP.NET
Hi,
In aspx page, I am using a user control which contains a button. I need to hide the button(which is in user control) when a checkbox(in aspx) is clikced. I have a postback for checkbox. I want to hide the button when the checkbox is checked. In which event I should do the hiding and unhiding?
Please help
Thanks
Lijo
© Stack Overflow or respective owner