Hi All,
I need the help for the assign the header text for Command field in asp grid view i have the submit code as below .
<asp:CommandField ShowEditButton="true" EditText="<img src='../Images/NewSAD3.5Images/Edit.png' border='0' />"
UpdateText="<img src='../Images/NewSAD3.5Images/Update.png' border='0' />" CancelText="<img src='../Images/NewSAD3.5Images/Cancel.png' border='0' />"
ButtonType="Link">
<ItemStyle HorizontalAlign="Center" Width="50" />
</asp:CommandField>
Above the code i need the HeaderText on row bound or other event .
Actually i want assign the text Dynamic(language wise).
Thanks in Advance .
Thanks and regards
Sushilkumar Shinde
Sushilkumar Shinde