04 | string companyname = Request["CompanyName"]; |
05 | string contactname = Request["ContactName"]; |
07 | Company Name: @companyname |
08 | Contact Name: @contactname |
11 | < form method = "post" action = "" > |
13 | < input type = "text" name = "CompanyName" value = "" > |
15 | < input type = "text" name = "ContactName" value = "" > |
16 | < input type = "submit" value = "Submit" class = "submit" > |
|