How do I retrieve the text box value as a variable?
For example:
<input type="text" id="offset"/>
@{
var offset = Request.Form["offset"]
}
How do I retrieve the text box value as a variable?
For example:
<input type="text" id="offset"/>
@{
var offset = Request.Form["offset"]
}