Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I surfed some sites that sell commercial products (say cars). In the product display frame, there are these color picker box. When a color is selected,the product (car) changes it's color.

I want to ask which programming language or web app could do this.
Thanks
Posted
Comments
ZurdoDev 12-Jul-13 11:40am    
Every web programming language can do it. That being said, you would likely use javascript and perhaps some jquery and C# webservice.
G4mm4R4y 12-Jul-13 22:15pm    
C# webserver probably wont be needed all you would need is javascript I would think. Something to grab the value of the checkbox and make it a variable. and an if statement would change the color.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900