Ajax Toolkit Drag Panel postback position
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I wonder if there is an easy way to "extend" the DragPanelExtender in the Ajax Toolbox to carry out one more function. What I want to do is have a postback to the server or send a URL to the server that contains the X & Y position where the DragPanel was dropped. Essentially what I am trying to to do is allow an ASP.Net panel containing a textbox to be dragged and dropped on one of a dozen or so absolutely positioned images, and the codebehind file to take the appropriate action depending upon the image on which the panel was dropped. Thought this would be simple, and there are some examples in VS2008 but I am stuck with needing to code this in VS2005 Any sugestions and help would be appreciated Many Thanks