hi,
plz help me out to hide querystring at url
eg: http://localhost/payment/paypal.aspx?Uacc=das021 &sdgn=jg43
to only http://localhost/payment/paypal.aspx.
sasindagi 0 Newbie Poster
Recommended Answers
Jump to PostHi...
why not use a session variable to pass values??..Example
int number = 75; Session["MySessionVariable"] = number.ToString(); //Retrieving the variable int numberTwo = Convert.ToInt32(Session["MySessionVariable"].ToString());
All 3 Replies
yasinirshad -2 Newbie Poster
sknake commented: create your own thread for your questions -2
jems1234 0 Newbie Poster
bheeks 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.