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