If there is HTML Control on WebForm, such as Input, in addition to request.form.get, you can set HTML Control to Runat = Server, so that you can access its input in the event code of WebControl. For example: the following expression can be entered:
THIS.TXTTEST.VALUE
Note To use .value instead of .Text properties.