@if (IsPost) Dim companyname = Request("CompanyName") Dim contactname = Request("ContactName") @
You entered: Company Name: @companyname Contact Name: @contactname