hi all,
i'm having trouble with changing image when mouseover on a particular label.
Below is what i attempted to but it didn't seem to work at all.
I guess my concept is wrong ):
Please enlighten me....
thanks a million~
Dim imgImage As WebControls.Image
Dim lblLabel As Label
imgImage.ID = "Image"
lblLabel.Attributes.Add("onmouseover", "Image src='images/hover_icon.gif'")
lblLabel.Attributes.Add("onmouseout", "Image src='images/icon.gif'")
Regards,
Panic Student