Wednesday, May 2, 2012

POST and GET variables in web forms

In web forms Request.QueryString["foo"]; will pull something out of the URL line and Request.Form["bar"]; will grab ahold of a POST variable.

No comments:

Post a Comment