SyntaxFix
Write A Post
Hire A Developer
Questions
c.Request["AP"] will read posted values. Also you need to use a submit button to post the form:
c.Request["AP"]
<input type="submit" value="Submit" />
instead of
<input type=button value="Submit" />