"MoneyReceiptBill.aspx?PayId=" + Eval("PayId")
----------------
if (Page.Request.QueryString["PayId"] != null)
{
payId = Convert.ToInt64(Page.Request.QueryString["PayId"].ToString());
Monday, September 20, 2010
Query string
Posted by
codeguru
at
11:16 PM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment