November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
FormControl.AfterSubmitPostedData += new SaveFormDataEventHandler(FormControl_AfterSubmitPostedData);
In your method you can check if the form is sent:
if (FormControl.FormDefinition.IsSent)
{
string emailaddress = e.FormData.GetValue("Epost");
}