Drag & Drop + web forms + c#

  • Thread starter Thread starter srikanth
  • Start date Start date
S

srikanth

Hi all,

I have an requirement in one of my projects.
We have one aspx page, in that we have two frames, in each
frame having a tree structure control(dynamic data).
In the left Frame we are displaying all the
documentcollections(dynamic) in the Treestructure, In the
Right side we are displaying all the HolderGroups
(dynamic).We have to assing Any one of the
Documentcollections to HolderGroups, through Drag and Drop
functionlaity.
Once we drag any one of the Left Node to Right, we have to
assign the documentCollection to the Holder group(s)( in
the Database we have one assignment table,the drag and
drop functionlaity shoud be updated in the Database also)

Thanks and Regards,
Srikanth
 
Hi Srikanth,

Your problem description is broad. To answer it, we would have to pretty
much write your application for you. Please consider ways in which you can
make your question substantially more specific. Then please post it to the
aspnet newsgroup - microsoft.public.dotnet.framework.aspnet. I'm sorry I
couldn't be of more help.

Thank you, Mike Moore
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.


--------------------
 
Back
Top