I'm not clear about your requirement,i guess you want to have buttons on your rows.You can either use a GridButtonColumn or a GridTemplateColumn and add ImageButton to its ItemTemplate,you can access each button separately using its CommandName.Please try the following code.