Can I call a palette in VS.NET 2003
-
Hi fellas. I am a newbie with ASP.NET, I need to write a site with C#, I am thinking of allowing users to customize their site with CSS. However I want the users to be able to choose the colors via a palette. Is there even such as feature in VS.NET 2003? I really don't want the users to manually type in the hex colors themselves. Any helpful links and resources? Many many thanks!!!
-
Hi fellas. I am a newbie with ASP.NET, I need to write a site with C#, I am thinking of allowing users to customize their site with CSS. However I want the users to be able to choose the colors via a palette. Is there even such as feature in VS.NET 2003? I really don't want the users to manually type in the hex colors themselves. Any helpful links and resources? Many many thanks!!!
Please Explain in brief... I think u want to create a Control which has the color paletts embbeded in it?Is is that? If that is not then u can go for color Picker and Rad Controls also can be useful.
Believe Yourself™ :->™
-
Please Explain in brief... I think u want to create a Control which has the color paletts embbeded in it?Is is that? If that is not then u can go for color Picker and Rad Controls also can be useful.
Believe Yourself™ :->™
Hi, thanks for your reply. I am just looking for something which allows the user to select the color they want. I just want to pop up a little box, with many colors for the users to select. (Something like MSPaint) Is there such a control in VS.net 2003? Thanks