input into User Control

liptonIcedTea

Well-known member
Joined
Jan 18, 2007
Messages
89
Programming Experience
1-3
Hi,

I have a user control, on a page, and this user control is enabled or disabled depending on whether a radio button on the page is checked.

How do I implement this? It seems user controls are only loaded by parameterless constructors. How do I tell the user control that it needs to be disabled when its loaded?

Is the only way using Session variables?

Thanks.
 
Back
Top