All I need to do is: In a javascript function I need to select the text in the control on the onclick event.
The reason I want to do this is that I can take advantage of the windows defualt drag and drop functionality.
The user will left-click and hold down the desired data item which will select the text.
She will "drag" it to the desired destination and release the mouse button ("drop") causing the data to paste into the textbox under the pointer.
The reason I want to do this is that I can take advantage of the windows defualt drag and drop functionality.
The user will left-click and hold down the desired data item which will select the text.
She will "drag" it to the desired destination and release the mouse button ("drop") causing the data to paste into the textbox under the pointer.