Subscribe to Code Snippets
int[] arrayobj = { 1, 2, 3, 4, 5, 6, 7, 8 }; GridView1.DataSource = arrayobj; GridView1.DataBind();
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend