Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: a href in a datagrid


Message #1 by "Sunny" <lambdi1@y...> on Tue, 17 Dec 2002 18:00:43
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.

  Return to Index