473,378 Members | 1,607 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

How to reference a Page

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

--
_____
DC G
Nov 22 '05 #1
2 1265
Ideally, you don't want your user control, to care about what kind of page
it is on.

You can create a public property or method on your user control, and have
each page using the control be responsible for calling it on the user
control to pass it 'theSection'. The user control could then hang on to it
until needed.

You can also have all your pages using the control inherit from a base class
which has a theSection variable. The user control can then cast its page
object to this baseclass and get theSection.

"DC Gringo" <dc******@visiontechnology.net> wrote in message
news:e3***************@TK2MSFTNGP10.phx.gbl...
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

--
_____
DC G

Nov 22 '05 #2
Thanks, Marina,

Can you give me an example of this?

_____
DC G

"Marina" <so*****@nospam.com> wrote in message
news:eV**************@TK2MSFTNGP09.phx.gbl...
Ideally, you don't want your user control, to care about what kind of page
it is on.

You can create a public property or method on your user control, and have
each page using the control be responsible for calling it on the user
control to pass it 'theSection'. The user control could then hang on to it
until needed.

You can also have all your pages using the control inherit from a base class which has a theSection variable. The user control can then cast its page
object to this baseclass and get theSection.

"DC Gringo" <dc******@visiontechnology.net> wrote in message
news:e3***************@TK2MSFTNGP10.phx.gbl...
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

--
_____
DC G


Nov 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Alphonse Giambrone | last post by:
How can I reference a page or user control's properties (such as viewstate) and controls from another class? TIA -- Alphonse Giambrone Email: a-giam at customdatasolutions dot us
5
by: Alphonse Giambrone | last post by:
How can I reference a page or user control's properties (such as viewstate) and controls from another class? TIA -- Alphonse Giambrone Email: a-giam at customdatasolutions dot us
10
by: Alphonse Giambrone | last post by:
How can I reference a page or user control's properties (such as viewstate) and controls from another class? TIA -- Alphonse Giambrone Email: a-giam at customdatasolutions dot us
2
by: Jake Barnes | last post by:
Using javascript closures to create singletons to ensure the survival of a reference to an HTML block when removeChild() may remove the last reference to the block and thus destory the block is...
68
by: Jim Langston | last post by:
I remember there was a thread a while back that was talking about using the return value of a function as a reference where I had thought the reference would become invalidated because it was a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.