As the title says... WS is running ASP and MS SQL.
It would be nice if I could just construct a QueryString something like..
www.mysite/postpage.aspx?table=customer&id=1234&name=fred
Open in new window
Is there some existing class to help with this serverside ?
Also can I encrypt the QueryString somehow ?
Thanks