Property | Type | Description | |
---|---|---|---|
AddHeader | void | ||
GetCookie | void | ||
SendEmail | bool | ||
SetCookie | void | ||
SetFocus | void | ||
btnSend_Click | void |
Method | Description | |
---|---|---|
GetCallbackResult ( ) : string | ||
RaiseCallbackEvent ( string eventArgument ) : void |
Method | Description | |
---|---|---|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event. Adds links and javascript to the HTML header tag.
|
Method | Description | |
---|---|---|
AddHeader ( ) : void |
Adds the header.
|
|
GetCookie ( ) : void |
Gets the cookie with visitor information if any is set. Then fills the contact information fields in the form.
|
|
SendEmail ( string email, string name, string subject, string message ) : bool |
Sends the email.
|
|
SetCookie ( ) : void |
Sets a cookie with the entered visitor information so it can be prefilled on next visit.
|
|
SetFocus ( ) : void |
Sets the focus on the first empty textbox.
|
|
btnSend_Click ( object sender, |
Handles the Click event of the btnSend control.
|
protected OnLoad ( |
||
e | The |
|
return | void |
public RaiseCallbackEvent ( string eventArgument ) : void | ||
eventArgument | string | |
return | void |