P
poolguard
I am having a problem with some controls in a new web app I am developing.
Here is the situation
I have a Base class that is inherited by Form.aspx them Form.aspx loads 2
controls Menu.ascx that never changes and a body control that is selected
dynamically at runtime. On each of the body controls I have a Function for
validating the page Val() . What I need to do is when an image button is
clicked on the Menu.ascx I need to Fire off Val() in the Body control. Is
this possible?
I have tried setting a session var. but I have to load menu.ascx after the
body control for the page or the body control does not function properly?
Any ideas.
Thanks
Poolguard
Here is the situation
I have a Base class that is inherited by Form.aspx them Form.aspx loads 2
controls Menu.ascx that never changes and a body control that is selected
dynamically at runtime. On each of the body controls I have a Function for
validating the page Val() . What I need to do is when an image button is
clicked on the Menu.ascx I need to Fire off Val() in the Body control. Is
this possible?
I have tried setting a session var. but I have to load menu.ascx after the
body control for the page or the body control does not function properly?
Any ideas.
Thanks
Poolguard