Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Datagrid Control > Selecting colors in dynamic datagrid

Reply
Thread Tools

Selecting colors in dynamic datagrid

 
 
et
Guest
Posts: n/a
 
      12-28-2004
Dim dg as datagrid
dg.BackColor = "#346655" does not work, how else can I set the color to the
html code #?


 
Reply With Quote
 
 
 
 
R. Thomas, aka Xtreme.Net
Guest
Posts: n/a
 
      12-28-2004
You can convert the HTML color Code using
Color.FromArgb(......)

"et" wrote:

> Dim dg as datagrid
> dg.BackColor = "#346655" does not work, how else can I set the color to the
> html code #?
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
selecting a pallete of unique colors Rahul HTML 71 08-02-2010 05:28 PM
Is there any library that can convert RGB colors to ANSI colors? ZelluX Python 3 12-01-2008 11:08 AM
TreeNode colors come from anchor colors AAaron123 ASP .Net 1 08-07-2008 07:56 PM
Using Transparent Colors in Dynamic pictures. (GDI+) Chris Tremblay ASP .Net 1 08-21-2004 07:40 AM
Dynamic Rows and Colors Randy Rubin ASP .Net 2 07-27-2004 07:20 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57