You can disable caching for movable drop objects in WebDragDropExtender.
This topic will show you how to disable caching for movable drop objects.
To disable caching for movable drop objects
- Click on WebDragDropExtender instance and press F4 to open its Properties window.
- Go to the DropControls collection and add WebDropControl into it.
- Set EnableCaching to false.
- Compile and run the project.