S
Simon Harvey
Hi All
Is there anyway to check the IsValid property in a user control?
I've made a user control that holds a number of validators. There are also
event handlers in the control that handle button presses. The problem is
that the IsValid property is defined on the page and isn't available in the
control itself.
Does anyone know how I can find out if the page is valid from inside the
control? I dont want to have to move the event handlers out to the page code
behind
Many thanks all
Simon
Is there anyway to check the IsValid property in a user control?
I've made a user control that holds a number of validators. There are also
event handlers in the control that handle button presses. The problem is
that the IsValid property is defined on the page and isn't available in the
control itself.
Does anyone know how I can find out if the page is valid from inside the
control? I dont want to have to move the event handlers out to the page code
behind
Many thanks all
Simon