I\'ve got a string in .NET which is actually a url. I want an easy way to get the value from a particular parameter.
Normally, I\'d just use Request.Params[
Request.Params[
I used it and it run perfectly
<%=Request.QueryString["id"] %>