How to change Button color as transparent dynamically?

 Posted by vishalneeraj-24503 on 12/17/2013 | Category: ASP.NET Interview questions | Views: 1951 | Points: 40
Answer:

With the help of Transparent property of Color,we can change Button background color.

btn.BackColor = Color.Transparent;

Color comes under System.Drawing namespaces.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response