C
crossoft
Is there a quick way to get all the params and values from the
Request.Form object in ASP.NET?
"If Only it were this simple" Code:
Dim s As String = Request.Form.ToString()
Then s would for example become
id=3&name=Joe+Smith&view=32&page=1&count=1502
Anyone know how to do that? Thanks.
Request.Form object in ASP.NET?
"If Only it were this simple" Code:
Dim s As String = Request.Form.ToString()
Then s would for example become
id=3&name=Joe+Smith&view=32&page=1&count=1502
Anyone know how to do that? Thanks.