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

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

} else {

Company Name:

Contact Name:

}}