Two ways:
1. You can process a text field on same page, look at:
www.learnasp.com/.../pageeventmodel.aspx
2. If you want to send the value to a different page just place this doe in a button:
response.redirect("otherpage.aspx?" & request("QUERY_STRING"))