Manipulating DIV from UserControl

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top