I have Text Box columns in asp.net data grid control .
e.g.
<ItemTemplate>

<asp:TextBox id = txtclock runat = server>
</ItemTemplate>

I need to display hower help or tooltip for this column.
What i need to do. do i need to change the control or do i need to write
javasScript.
What would be the code to display tool tip for the column.


Thanks