Home All Groups Group Topic Archive Search About

Validator on UserControl not firing

Author
22 Jan 2007 4:50 PM
A Programmer
I have a Custom Validator on my UserControl. The Validator is for a ComboBox.
My UserControl is sitting on another developers Page, and there is a Save
button on the page. When the the Save button is fired it doesn't trigger my
Customer Validator's _ServerValidate event. I have played around with this
enough where I feel that I am stuck. What could I be overlooking. Any help,
thanks.

Author
23 Jan 2007 4:31 AM
bhavesh
hello A Programmer,

Can you provide dummy source code, so that i can go more closer to
solve problem.

how is code formulated in ur usercontrol ascx and ascx.vb ?

A Programmer wrote:
Show quoteHide quote
> I have a Custom Validator on my UserControl. The Validator is for a ComboBox.
> My UserControl is sitting on another developers Page, and there is a Save
> button on the page. When the the Save button is fired it doesn't trigger my
> Customer Validator's _ServerValidate event. I have played around with this
> enough where I feel that I am stuck. What could I be overlooking. Any help,
> thanks.