I tried to do my first drag'n'drop application. I looked at VS.NET help and thought "woah, that's easy!".
But when I did what was told there, it doesn't work. When I try to start dragging (mousedown) the cursor becomes a stop sign, not a drag cursor.
No data can be dropped. Why's that?
Answers (3)
0
Can you let me know how you are populating data in the repeater in the code behind. If you are using a datatable it will be quite easy to build. Let me know.