Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. onclick="if (!PreSaveItem()) return false;WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl39$g_22f07891_5c50_4800_94b3_cf1038087132$ctl00$toolBarTbltop$RightRptControls$ctl01$ctl00$diidIOSaveItem", "", true, "", "", false, true))"
  2.  
  3. //Create cookie
  4. cookie = new HttpCookie("Vote " + SurveyTitle, "1");
  5. cookie.Expires = DateTime.Now.AddDays(30);
  6. HttpContext.Current.Response.Cookies.Add(cookie);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement