In the ASPX page, I am using a user control that has a button. I need to hide the button (which is under user control) when a checkbox is stacked (in ASPX) I have a postback for the checkbox check box when I check it, I want to hide the button. In what state should I hide and be impoverished?
I can not add additional assets in user control Is it possible to access the button using FindControl and disable it?
thanks
lijo
you hide in the checkbox Will click on the event .....
Do you have an ASPX page to talk to ACSX?
Open a public method in your ascx and call it on your aspx
Comments
Post a Comment