How can I get the POST And GET data that is passed in my ASP.Net application URL?
Posted
by Sergio Tapia
on Stack Overflow
See other posts from Stack Overflow
or by Sergio Tapia
Published on 2010-06-03T22:02:30Z
Indexed on
2010/06/03
22:04 UTC
Read the original article
Hit count: 294
I'm trying to get this:
www.mytest.com/form?a=123&u=123123
How can I programatically C#, get the variables in the URL?
© Stack Overflow or respective owner