mutant
Well-known member
I recently started a ASP.NET project. I have a ascx file which I put on my web form. This is a part of my ascx file:
Then I drag the ascx onto my form.
How can I let the ascx control know of variable copyright from the page? I never worked with ascx files before
Code:
<div align="center"><%#COPYRIGHT%></div>
How can I let the ascx control know of variable copyright from the page? I never worked with ascx files before
Last edited by a moderator: