home
links
tips

code
users
tools
tutorials
projects
web
help
design

mudabone
suletzki
trans48
nutrition reality

MarthaAttire!

code Request Vars


               for (int i = 0; i < this.Request.QueryString.Count; i++)
                    dp("QueryString:  " + this.Request.QueryString.Keys[i] + ":  " + this.Request.QueryString[i]);

               for (int i = 0; i < this.Request.Form.Count; i++)
                    dp("Form:  " + this.Request.Form.Keys[i] + ": " + this.Request.Form[i]);

          private void dp(string s)
          {
               System.Diagnostics.Debug.WriteLine(s);
          }


Last Modified 10/18/03 7:13 PM

Hide Tools