Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Event

0 views
Skip to first unread message

shapper

unread,
Apr 28, 2008, 8:46:21 PM4/28/08
to
Hello,

I created a custom web control and I need this control to have an
event called submitted.
Then inside this event I need to check a parameter of type boolean
named Sent.

Basically the web control is a form. When it is submitted I want to
fire the event Submitted with send set to true if the email was sent
or false if an exception occurred.

How can I create this event in my web control?

And is this the way I should do this?
Should I use two events instead? Send and NotSent?

Thanks,
Miguel

0 new messages