Check for Post

if(Request.HttpMethod == "POST" && !String.IsNullOrEmpty(Request.Form["email"])){
do something
}