protected void Page_Load(object sender, EventArgs e) { GridView1.DataSource = CustomProfile.GetColumns(); GridView1.DataBind(); }