Hello all,
I have an ASPX file that contains my ASCX file (as "include" file) with its ASCX.CS file.
the ASPX file contains the form name and form id, I would like to access them from my ASCX.CS file.
the bottom line - I would like to access all controls in the form tag that is in ASPX file.
how can I do that?
regards
Go to the complete details ...