Link to home
Start Free TrialLog in
Avatar of sbornstein2
sbornstein2

asked on

ASP.Net - Question on using Eval

How do I handle this:

onMouseover="ddrivetip('<%#Eval("Billrun")%>','yellow', 300)"

the Eval keeos throwing errors such as expected ;

How do I pass in an eval to this javascript function?
ASKER CERTIFIED SOLUTION
Avatar of tetorvik
tetorvik
Flag of Finland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sbornstein2
sbornstein2

ASKER

same error:

Javascript error Expected ';'
i wonder if I have to do some type of add attribute on the rowdatabound as this label is in a gridview.
it needed to be done in the rowdatabound