Hello,
In a form I manage to run the following code with this line:
How to replace this line with this one:
@Html.TextBoxFor(model => model.Tel, new { @value = "@Session["Tel"]@Request.Form["Tel"]", @class = "form-control" })
@ Html.TextBoxFor does not accept value ("@Session["Tel"]@Request.Form["Tel"]") !
how to escape # ?
thank you
Rijwan AnsariPosted Feb 2, 2021, 6:47 AM
Sachin SinghPosted Feb 1, 2021, 6:09 PM