A
Andy B.
I created a class with an OnValidate event. When this event fires I want to
send to the browser an alert dialog. How do you do that? Here is the event:
protected sub OnValidate(ByVal _IsValid as Boolean, ByVal _Errors as
StringCollection)
end sub
send to the browser an alert dialog. How do you do that? Here is the event:
protected sub OnValidate(ByVal _IsValid as Boolean, ByVal _Errors as
StringCollection)
end sub