M
magic kat
What's the equivalent in asp.net for the old "form method=post" using the
submit. I want to redirect to another page with parameters, but I don't
want the parameters to be displayed in the url. So I want to pass
ClientName and ClientCompany to
www.mySite.com\p.asp?ClientName=John&ClientCompany="JDCo"
but I only want to display in the address bar www.mySite.com/p.asp
submit. I want to redirect to another page with parameters, but I don't
want the parameters to be displayed in the url. So I want to pass
ClientName and ClientCompany to
www.mySite.com\p.asp?ClientName=John&ClientCompany="JDCo"
but I only want to display in the address bar www.mySite.com/p.asp