How to Change Column Name in DataGridView in Runtime
HI,
I want to change the columnName of DataGridView on Runtime,The datasource of DataGridView is DataTable which i fil from DataBase,
i does not want to change the name of column in query.
Plz reply
User Profile
Collapse
-
How to Change Column Name in DataGridView in Runtime
I want to change the DataGridView Heading on run time by giving in textbox.
how i will do this,plz help me
Thnx -
I have not given any value to Index in C#.thnx for reply
if u find any solution than plz inform me...Leave a comment:
-
Plz tell me correct answer
I have the following code in vb.net,which work very fine,but i want to convert it in C#.net(which is also pasted below),But it it have error on "item" and on "Index"
some one help me plz
VB.Net Code
Code:Default Public Shadows Property Item(ByVal Index As Integer) As ColumnBound Get Return CType(MyBase.Item(Index), ColumnBound) End Get Set(ByVal
No activity results to display
Show More
Leave a comment: