I have a datagrid in which one of my column is button column,
defined as
<asp:ButtonColumn Text="Confirm" HeaderText="Select" CommandName="Select"></asp:ButtonColumn>
i had chosen the Style of the button column as linkbutton
now i want to display a tooltip for the column
how can i do it?
defined as
<asp:ButtonColumn Text="Confirm" HeaderText="Select" CommandName="Select"></asp:ButtonColumn>
i had chosen the Style of the button column as linkbutton
now i want to display a tooltip for the column
how can i do it?