tags:

views:

27

answers:

1

Hi Everybody, I want to place autogenerated edit delete update buttons on the right. Is it possible ? Please Help

+1  A: 

In the GridView tasks click on Edit columns and convert the fields into templates. And then place the delete button field at the end

OR

give like this

<Columns>

<asp:CommandField ShowDeleteButton="True" /> 

</Columns> 
Vyas
Thank you very much for your reply. Let me see if it works.
Mohan Sharma