D
DC Gringo
I have a user control that is reused in 5 .aspx pages and references a
variable called "theSection" which is set in the class for each .aspx page.
If I only had one .aspx page, I would reference the variable "theSection"
like this.
myAspx1.theSection
How do I reference the selected .aspx page--any of which have the user
control within--as a variable so I don't have to you conditionals?
<aspxPageVariable>.theSection
variable called "theSection" which is set in the class for each .aspx page.
If I only had one .aspx page, I would reference the variable "theSection"
like this.
myAspx1.theSection
How do I reference the selected .aspx page--any of which have the user
control within--as a variable so I don't have to you conditionals?
<aspxPageVariable>.theSection