@{
if (IsPost) {
string companyname = Request["CompanyName"];
string contactname = Request["ContactName"];
<p>You entered: <br />
Company Name: @companyname <br />
Contact Name: @contactname </p>
}
//In above code, i have to get company mobile number instead of contact name.
Aucun commentaire:
Enregistrer un commentaire