<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/statics/demosource/showrazor.css" />
</head>
<body>
<!DOCTYPE html>
<html>
<body>
<span class="marked">@{
if (IsPost)
{
string companyname = Request["CompanyName"];
string contactname = Request["ContactName"];
</span><p>You entered:
Company Name: <span class="marked">@companyname</span>
Contact Name: <span class="marked">@contactname</span> </p>
<span class="marked">}
else