I want to get a value from a user (via a text box) and store it in a cookie...How would I do that?
Printable View
I want to get a value from a user (via a text box) and store it in a cookie...How would I do that?
Response.Cookies("whatever") = Request.Form("textboxwhatever")