Click here to Skip to main content
15,913,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
protected void Button4_Click(object sender, EventArgs e)
  {
      
     
      
      GridView1.Columns.RemoveAt(2);  //Index is the index of the column you want to remove
     


  }
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900