C# .NET - Editable dropdown list in c# using javascript
Asked By hiral jani on 20-Jun-12 07:48 AM
Hello,
I have 1 web application in c# in which I have 1 webpage where in I have to use several dropdown list & each should be editable.
I have searched on it that mostly its done using textbox & dropdown combination.
I dont want to do server side coding & also dont want to use jqueries.I want to do it simply using javascript.
1 script I have used but in that copy & paste is not allowed which creates problem in my functionality.
To resolve it I tried adding the keycode for ctrl key which 17 but that also didnt help me.
Kindly give some suggestion along with some code / link