http://www.silicontrace.com/Finance/Transaction.aspx?MID=V0001&&CNUM=0015856886&AMT=XXXXXXX&TOT=08102013223300&UPWD=1234&TT=1
Request.QueryString["MID"]
HttpContext.Current.Request.Url.AbsolutePath
if (Request.QueryString["MID"] != null) { string mid = Request.QueryString["MID"]; }
var MID = Request.QueryString["MID"] ?? null; var CNUM = Request.QueryString["CNUM"] ?? null;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)