Expose div as property

EmoKids

New Member
I'm trying to figure out how I can expose a div in my .ascx that has a runat="server" and id through a property in my code-behind so that I can manipulate it through whatever .aspx page is utilizing my control. I wasn't sure what type to use for the property.
 
Top