Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Trupti Patil   on Jun 08 In Asp.net Category.

  
Question Answered By: Leroy Schmidt   on Jun 08


Using class  System.Drawing.Color.

DataGrid1.BorderColor= Color.White;

or

DataGrid1.BorderColor=Color.FromArgb(255,255,255);

You could utilize System.Drawing.ColorTranslator class also.

DataGrid1.BorderColor=ColorTranslator.FromHtml("#ffffff");

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on color in class Or get search suggestion and latest updates.


Tagged: