private int SuppliersSelectedIndex { get { if (string.IsNullOrEmpty(Request.Form["SuppliersGroup"])) return -1; else return Convert.ToInt32(Request.Form["SuppliersGroup"]); } }