Hi There:
Can anyone help on Drag and Drop functionality in Intraweb,
I have I'm having, IWEdit1, IWEdit2 both having numbers a text, when a user drag from one edit box and drop on another then on the edit box where the user is dropping take whatever in that edit + whatever the user is dropping;
e.g: IWEdit1.Text = 200; IWEdit2.Text = 50; when a user drag 200 from IWEdit1 to IWEdit2 then Now IWEdit1.text should 0 and IWEdit2.text should be 250.
Your help will be appreciated