Hi folks i was trying to include a mouserollover event in a datagrid ,but
i was having a parse error
(System.Web.UI.WebControls.DataGridColumnCollection must have items of
type 'System.Web.UI.WebControls.DataGridColumn'. 'a' is of
type 'System.Web.UI.HtmlControls.HtmlAnchor')
with the following code
<a href="" onmouseover="this.style.backgroundColor='green'">
<asp:BoundColumn DataField="SSN" HeaderText="SSN" ></asp:BoundColumn></a>
can any of u fix this problem for me please.
Thank you,
Regards
Sunny.