@{ if (IsPost) { string companyname = Request["CompanyName"]; string contactname = Request["ContactName"];

You entered:
Company Name: @companyname
Contact Name: @contactname

} else {
Company Name:

Contact Name:


} }