Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I want to apply style(e.g. class) to an HTML anchor tag in the code-behind asp.net page. How can this be done? Thanx in advance, Siddharth P
Hi, use this. if (!this.Page.IsClientScriptBlockRegistered("Style")) this.Page.RegisterClientScriptBlock("Style", "");