S
Surjit Madiwalar
Hi,
Main Box Box 1
---------------------- ---------
| | -> | |
| | <- | |
| | --------
| | Box 2
| | ---------
| | -> | |
| | <- | |
| | ---------
----------------------
The main box has list of all names,
- I should be able to select multiple names from main box and push it to
box1 or box 2 using arrow(->)
- From box1 or box 2 i should be able to move back to main box.
- There should be an option to add box dynamically(this will be server side
: postback) and above rules should also apply to this newly created box.
I want to do this in asp.net(C#) for my web application.
Questions:
- Can this be done in asp.net?
- If so, how can it be implemented in asp.net using javascript code as most
of events occur on client side?
Any help is appreciated.
Rgds,
Surjit
Main Box Box 1
---------------------- ---------
| | -> | |
| | <- | |
| | --------
| | Box 2
| | ---------
| | -> | |
| | <- | |
| | ---------
----------------------
The main box has list of all names,
- I should be able to select multiple names from main box and push it to
box1 or box 2 using arrow(->)
- From box1 or box 2 i should be able to move back to main box.
- There should be an option to add box dynamically(this will be server side
: postback) and above rules should also apply to this newly created box.
I want to do this in asp.net(C#) for my web application.
Questions:
- Can this be done in asp.net?
- If so, how can it be implemented in asp.net using javascript code as most
of events occur on client side?
Any help is appreciated.
Rgds,
Surjit