UserControl Properties

KAI1988

New Member
I wrote a user control that builds an expandable/collapsable table, using the following:<BR><BR><edc:MyTable ID="MyTable1" HEAD="hello world!" BODY="this is some content" RUNAT="server"/><BR><BR>how would I go about converting the Head and Body properties into "tags"? like:<BR><BR><edc:MyTableID="MyTable1" RUNAT="server"/><BR> <Head><BR> <b>hello world!</b><BR> </Head><BR> <Body><BR> <small>this is some content</small><BR> </Body><BR></edc:MyTable>
 
Back
Top