Manipulating DIV from UserControl

  • Thread starter Thread starter David Hearn
  • Start date Start date
D

David Hearn

I have a user control that is embedded into a <DIV> tag in my aspx page. The
div tags visibility is set to true from the page when the user clicks on an
image. There is a user control within the div and I would like to hide (set
the visibility) the div once the user selects a date in the calendar that is
part of the user control. The div on the parent page has it's RunAt set to
"Server" so I should have no trouble referencing it but I can't figure out
how to from the user control within the div. Can anyone help?

Thanks in advance!
 
Back
Top