Hi
i have two list boxes in which i have to move data item in between of two.
but the main thing is first of all i have data in parent child relations.
e.g.
-Parent 1
-- child1
-- child 2
-Parent 2
-- Child 1
-- Child 2
i have maintain dis order during databing in way which can distinguish them as parent child.
also when i want to move any of item in the next textbox the order should remain same.
meanse i want to shift child 1 in two next listbox parent one has to go there.
up down order allow in between parent.
Please help me to solve this problem. Thanks in advance.
Omkar
Loading
Omkar MhaiskarPosted Nov 26, 2013, 7:24 AM
Hi,
in the following url there is basic functionality.
http://www.aspdotnet-suresh.com/2010/12/how-to-move-listitems-from-one-listbox.html?showComment=1385468145494#c2210225268809248837
Hi same functionality i am looking for. with some addition feature such as grouping of items. For example in your code
list items like
Server side
Asp.Net
C#.Net
VB.Net
Client side
JavaScript
Ajax
How can i set this in your code. from above value from database. make it transfer to the next listview need to remail same grouping during transfer,
also one more thing is when i want to shift any item from 2 listbox to first listbox it has goes on the postion where its present during first data bind.
Thanks And Regards,
Omkar.
Omkar MhaiskarPosted Nov 26, 2013, 4:17 AM