string[] borderStyle = Enum.GetNames(typeof(BorderStyle)); LstBorderStyle.DataSource = borderStyle; LstBorderStyle.DataBind();
Login to post response