how can i create a color dialog box or color palette in asp.net ap

G

Guest

hiiiii everybody i want to know how can i create a color dialog box in
asp.net application or a color palette.
 
D

Dmitriy Lapshin [C# / .NET MVP]

Hi,

You will have to program an ASPX page imitating the look, feel and
functionality of the respective dialog box.
Do you have any particular difficulties with programming such a page? I'd
start probably with a table representing the colors, and each cell would
have a script event attached for reacting on cell click. Then I'd probably
have an indicator of a currently selected color at the bottom - and a field
where color code is stored. Finally, the "OK" button would postback the page
with your current selection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top