Dynamic css styles in asp.net
― There are two different ways of applying css styles to asp controls .The customised css are easily control by .net.Here i will explain how to apply the css styles and The javascript functions like on mouseover and on mouse out are apply to hyperlink control dynamically.For this we have an property to add the attributes to server controls i:e "Attributes". ∙ hrss.Attributes["style"] = "background: url(" + imgpath + ") no-repeat scroll 165px center #EEEEEE;display: [...].





