Posted on: 5/14/2014 8:52:54 PM | Views : 378

       protected void Page_Load(object sender, EventArgs e)         {             if(IsPostBack)             {                 HttpCookie cookie = new HttpCookie("narudzba");                 cookie = Request.Cookies["narudzba"];                 if(cookie != null)                 {                     string id;          ...

Go to the complete details ...