Drag and drop problem in textbox
hai,
I have a textbox with a calender extender .
I have disabled the cut , copy and paste using the
javascript function. I tried to disable the drop
using tha following in my textbox markup
ondrop="return false" . But it is working in IE only.
Is there is any solution to restrict the droping into my textbox
Please help me.