Guest User

Untitled

a guest
Mar 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. string strCookie = "";
  2. if (Request.Cookies["YourCookieName"] != null) {
  3. strCookie = Convert.ToString(Request.Cookies["YourCookieName"].Value);
  4. }
Add Comment
Please, Sign In to add comment