What is an alternative way of assigning or applying CSS dynamically?

 Posted by vishalneeraj-24503 on 6/5/2014 | Category: ASP.NET Interview questions | Views: 1716 | Points: 40
Answer:

We can write below code in code behind as:-
Button17.Attributes.Add("class", "button_border");

Where,button_border is my CSS class name.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response