K
kilsoft
I have created an control with my page content. How do I address a
table with a runat=server property in the content control from another
page hosting the control?
In the junk code below I need to change the InnerHtml of the content
table1.
<main page>
<header control />
<left navigation control />
<content control>
<table1 runat=server/>
<content control>
</main page>
Any help is appreciated. My apologies if this is a stupid newbie
question.
table with a runat=server property in the content control from another
page hosting the control?
In the junk code below I need to change the InnerHtml of the content
table1.
<main page>
<header control />
<left navigation control />
<content control>
<table1 runat=server/>
<content control>
</main page>
Any help is appreciated. My apologies if this is a stupid newbie
question.