I am using ASP.net MVC 2.0 , i want to set Cookie from my Controller and read it from java Script i there any way to do so i have used following code in controller
HttpCookie ActiveTabs = new HttpCookie("tabs");
ActiveTabs.Values["top_navi_link"] = "ViewConference";
Response.Cookies.Add(ActiveTabs);
how to read it from java script.
w3schools? Seriously? There are also w3fools