$(".add-to-cart-popup").fancybox({ width : 580, height : 744, closeClick : false, scrolling : 'auto', afterClose : function() { location.href = "/shop/basket"; }});
protected void Application_BeginRequest(Object sender, EventArgs e){ if (HttpContext.Current.Request.IsSecureConnection.Equals(false) && HttpContext.Current.Request.IsLocal.Equals(false)) { Response.Redirect("https://" + Request.ServerVariables["HTTP_HOST"]+ HttpContext.Current.Request.RawUrl); }}
protected void selectAssignee_OnSelectedIndexChanged(object sender, EventArgs e) { DropDownList dropDownList = (DropDownList)sender; ListViewItem listView = (ListViewItem)dropDownList.NamingContainer; var test = listView.DataItem; string test2 = listView.FindControl("customerId").ToString(); int rowIndex = (int)listView.DataItemIndex; Label lblMessage = (Label)listView.FindControl("customerId"); }
Bir yazılım geliştiricinin notları..