G
Guest
Hi,
I want to implement drag a drop kind of functionality across frames using
ASP.NET(VC#). The scenario is like,
1) I want to break the screen into 3 frames with the leftmost and the
rightmost frames take 25% space each and rest 50% is occupied by the middle
frame.
2)Now, what I would like is to load the data from some datatable into the
leftmost and rightmost frmaes, one record in each row, and the data should be
draggable from either frames to the middle frame.
3) In the middle frame the top row again is bound to some data for display
purpose.
Any help and suggestion are welcome.
I want to implement drag a drop kind of functionality across frames using
ASP.NET(VC#). The scenario is like,
1) I want to break the screen into 3 frames with the leftmost and the
rightmost frames take 25% space each and rest 50% is occupied by the middle
frame.
2)Now, what I would like is to load the data from some datatable into the
leftmost and rightmost frmaes, one record in each row, and the data should be
draggable from either frames to the middle frame.
3) In the middle frame the top row again is bound to some data for display
purpose.
Any help and suggestion are welcome.