Hello!
i want to know if it is possible to create two drop down list and add code such that when a user select a value from the first drop down, he cannot select the same value from the second one..?

Yes, one such way would be to remove the same value from the second drop down so that the user never gets to select it. Another way would be to attach a 'onchange' listener to the second drop down which disallows the selection of a value present in the first drop down.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.