Here is an example that dynamically adds some JavaScript onmouseout code for an image rollover:
imgImage.Attributes.Add("onmouseout", "src='" + ResolveUrl("~/Images/something_active.gif") + "'");
If ASP.NET, WCF, or Visual Studio has pissed me off, you're sure as hell going to hear about it here.
imgImage.Attributes.Add("onmouseout", "src='" + ResolveUrl("~/Images/something_active.gif") + "'");
No comments:
Post a Comment