How to get controls in grid column in runtime?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I've bound link buttons in grid column.The columns are template fields. But its not align properly in the column. I've given the condition as follows if (DataControlRowType.Header == Name) { // binding the data in the selected column } can any one of you give me the solution for solve this problem? Thanks in advance. Babu