J
James Glover
I need to be able to reference a variable that is set in the code behind of
an aspx page in a user control embedded on the page.
An example:
The code behind sets a position number; say ,1 to 5. The included user
control is expecting that variable to know which element to highlight. (The
first through tenth LI tag in this example.)
The variable is declared globally prior to the page load on the aspx page
(i.e. int curNum = 0
and is updated in subsequent functions depending on
the user's action. Any idea of how to pass this ID to an acsx page? Thanks
to all replies given.
an aspx page in a user control embedded on the page.
An example:
The code behind sets a position number; say ,1 to 5. The included user
control is expecting that variable to know which element to highlight. (The
first through tenth LI tag in this example.)
The variable is declared globally prior to the page load on the aspx page
(i.e. int curNum = 0

the user's action. Any idea of how to pass this ID to an acsx page? Thanks
to all replies given.