I've got the following possibilities being returned by Request.UrlReferrer.ToString();
The problem is that it's in the string format. I want to be able to grab parameters like how we do Request.QueryString["param"].
Can someone throw some quick code up here for that please?
Thanks.
Code:
[URL unfurl="true"]http://test.myserver.com/searchresult1.asp?hl=en&lr=&rls=ADBS,ADBS:2006-36,ADBS:en&q=create+a+website&btnG=Search[/URL] - q is @ end
[URL unfurl="true"]http://test.myserver.com/searchresult2.asp?p=create+a+webpage&fr=FP-tab-web-t400&toggle=1&cop=&ei=UTF-8[/URL] - p is @ beginning
The problem is that it's in the string format. I want to be able to grab parameters like how we do Request.QueryString["param"].
Can someone throw some quick code up here for that please?
Thanks.