Find column in a grid by name
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
How do I find a column in a grid by the name of the column? I find I'm constantly having to change the cell numbers because the order of the columns in the grid changes. Thanks
Hi U can use IndexOf and SubString.U will get the column name by this. If u want the code then Ill send it. Regards. -- modified at 9:13 Wednesday 8th March, 2006
-
How do I find a column in a grid by the name of the column? I find I'm constantly having to change the cell numbers because the order of the columns in the grid changes. Thanks