Tag Archives: Dropdown

Color Picker Dropdown using C#

While playing around one of hobby project, I found there is a nice color picker dropdown available in WordPad, for setting the font color. I was using Windows Color Dialog. So I thought of implementing a WordPad like color picker. … Continue reading

Posted in .Net | Tagged , , , , , , , , | 2 Comments

Clearing combobox items using javascript

I already posted some code to add and read values from dropdown lists using Javascript. Sometimes we require to reset the items to zero or need to clear the items in the dropdown list. Here is a simple code snippet … Continue reading

Posted in Javascript | Tagged , , , | Leave a comment