Need MVP help with Drag and Drop question

J

Joel

This was posted in the programing section but I think it will get seen by
more people here. (Sorry for the repost)

I have Drag and Drop working for my forms, but is there a way to switch the
values in the 2 textboxes when you drop n drag or something similer?

EX:

tbOne = 1 tbTwo = 2 after drag and drop from tbTwo to tbOne would normaly
be tbOne = 2 and tbTwo = 2.

I would like it to do this;

tbOne =1 tbTwo =2 after drag and drop from tbTwo to tbOne
tbOne =2 and tbTwo = 1

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top