Intersoft WebDesktop Documentation
AJAX DragDrop Server Side Event
See Also Send Feedback
Intersoft WebDesktop > WebDragDropExtender > Concepts > AJAX DragDrop Server Side Event

Glossary Item Box

In addition to the rich client side events introduced in Events and Life Cycle, WebDragDropExtender understands the developer's needs to perform business logics and processes in server side by using managed language.

WebDragDropExtender provides built-in features to perform auto postback upon a successful drag-drop operation. The control will firstly invoke OnDragDrop client side event and then proceed to the postback if the return value of the OnDragDrop client side handler is true. This gives you flexibility to control whether a postback should be preceded by specifying return value of the OnDragDrop clent side handler. In the server side, you handle the DragDrop server side event to perform tasks.
WebDragDropExtender includes two properties related to auto postback:
Both properties are available in DropSettings of the WebDragDropExtender instance.

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.