Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Mouse Rollover effect on the header text of a datagrid


Message #1 by "Sunny" <lambdi1@y...> on Fri, 13 Dec 2002 19:48:32
Hi,

I was trying to incorporate a mouse rollover effect on the header text of 
a datagrid , to display some description of what exactly is a particular 
field in a datagrid.but the tag (<asp:BoundColumn DataField="SSN" 
HeaderText="SSN"  >) doesn't allow me to include any thing into that.It 
would be great if some one could he me out in this matter.

Thank you
regards,
Ashok.
Message #2 by "Ben Densmore" <ben_densmore@e...> on Fri, 13 Dec 2002 15:00:19 -0500 (Eastern Standard Time)
--------------Boundary-00=_J8Q2TSM1VA4000000000
Content-Type: Text/Plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Have you tried using the <asp:HyperLink> control? or just do <a href=3D""
Onmouseover=3D"mouseovereffect"><asp:BoundColumn DataField=3D"SSN" =0D
HeaderText=3D"SSN" ></a>  I think that should work for you.=0D
=0D
Ben=0D
 =0D
-------Original Message-------=0D
 =0D
From: aspx_beginners=0D
Date: Friday, December 13, 2002 02:35:49 PM=0D
To: aspx_beginners=0D
Subject: [aspx_beginners] Mouse Rollover effect on the header text of a
datagrid=0D
 =0D
Hi,=0D
=0D
I was trying to incorporate a mouse rollover effect on the header text of
 =0D
a datagrid , to display some description of what exactly is a particular 
=0D
field in a datagrid.but the tag (<asp:BoundColumn DataField=3D"SSN" =0D
HeaderText=3D"SSN" >) doesn't allow me to include any thing into that.It 
=0D
would be great if some one could he me out in this matter.=0D
=0D
Thank you=0D
regards,=0D
Ashok.=0D
---=0D
Change your mail options at http://p2p.wrox.com/manager.asp or =0D
to unsubscribe send a blank email to leave-aspx_beginners-1638673Q@p...
ox
com.=0D
=2E


Message #3 by lambdi bunsit <lambdi1@y...> on Tue, 17 Dec 2002 08:59:12 -0800 (PST)
Thank you for mailing me,

I was getting the following error if i use the Ahref
tag
Literal content ('<a href=3D""
Onmouseover=3D"this.style.backgroundColor='green'">')
is not allowed within a
'System.Web.UI.WebControls.DataGridColumnCollection'.
 please let me know what can i do with this

regards
sunny


--- Ben Densmore <ben_densmore@e...> wrote:
> Have you tried using the <asp:HyperLink> control? or
> just do <a href=""
> Onmouseover="mouseovereffect"><asp:BoundColumn
> DataField="SSN" 
> HeaderText="SSN" ></a>  I think that should work for
> you.
> 
> Ben
>  
> -------Original Message-------
>  
> From: aspx_beginners
> Date: Friday, December 13, 2002 02:35:49 PM
> To: aspx_beginners
> Subject: [aspx_beginners] Mouse Rollover effect on
> the header text of a
> datagrid
>  
> Hi,
> 
> I was trying to incorporate a mouse rollover effect
> on the header text of 
> a datagrid , to display some description of what
> exactly is a particular 
> field in a datagrid.but the tag (<asp:BoundColumn
> DataField="SSN" 
> HeaderText="SSN" >) doesn't allow me to include any
> thing into that.It 
> would be great if some one could he me out in this
> matter.
> 
> Thank you
> regards,
> Ashok.
> leave-aspx_beginners-1638673Q@p...
> com.
> . 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

  Return to Index