How to change column header for a gridview

Asked

Viewed 2,554 times

1

How do I get a name I want to the column header of a gridview that is dynamically created in C# but not in ASP.NET please

1 answer

3

gridView.Columns[0].HeaderText = "Nome da Coluna";

Browser other questions tagged

You are not signed in. Login or sign up in order to post.