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