mouseover
-
hi all i am using datalist,in the data list using panel i want panel visible true on mouseover hyperlink, wht mistake on this code, hyperLink.Attributes.Add("onMouseOver", "document.getElementById('" & panel.ClientID & "').visible=true;return true;") paz help me thanks
-
hi all i am using datalist,in the data list using panel i want panel visible true on mouseover hyperlink, wht mistake on this code, hyperLink.Attributes.Add("onMouseOver", "document.getElementById('" & panel.ClientID & "').visible=true;return true;") paz help me thanks
-
hi... try.... hyperLink.Attributes.Add("onMouseOver", "document.getElementById('" & panel.ClientID & "').style.visibility='visible';return true;")
-
hi... not coming?....mhhhh check if your panel have the "style" attribute visibility ?!...