- Get link
- X
- Other Apps
Posted by
Real
- Get link
- X
- Other Apps

Control_ID.Style.Add("color","#FFFF99");
As in the above example I had just given a example to change the font color dynamically. You can use another method to add the style to the control dynamically... Like
Control_ID.Attribute.Add("Style='color:#FFFF99;'");
Comments
Post a Comment
Thanking you for the comment.