Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
40943 Points
4949 Posts
Aug 16, 2007 02:13 AM|LINK
Hi:
In RowDataBound event handler, you can use e.Row.FindControl() method to find this control and use:
YourControl.Attributes.Add("onmouseover","YOUR JS HERE") method to add JavaScript.
Since it's in code behind you'll get more flexibility to control the string.
Regards
Allen Chen –...
All-Star
40943 Points
4949 Posts
Re: show tooltip in gridview
Aug 16, 2007 02:13 AM|LINK
Hi:
In RowDataBound event handler, you can use e.Row.FindControl() method to find this control and use:
YourControl.Attributes.Add("onmouseover","YOUR JS HERE") method to add JavaScript.
Since it's in code behind you'll get more flexibility to control the string.
Regards
Allen Chen
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.