string[] myStatus = Enum.GetNames(typeof(MyStatus)); // MyStatus is the name of the enumerationmyStatus.DataSource = userStatus;myStatus.DataBind();
Login to post response