Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my ASP.Net website, I have a user enter number of students that will be in on group to take a course Ok
suppose that search criteria get about 80 students and numbers of students in each group are 20 then I have 80/20= 4 groups every group has 20 students to will take a course Ok.


The website owner needs many ListBoxes appear depend on number of groups and every listbox contains students in this group and I can move one student from ListBox(group to another)
and then click confirm.
Can any one know how to figure this?
Posted
Updated 31-Mar-12 3:44am
v2

1 solution

For many ListBoxes depend on number of groups, you need a Repeater Control.
Look at: Data Repeater Controls in ASP.NET

For moving from one ListBox to another:
Look at this: Moving Items from One ListBox to other ListBox using JQuery
 
Share this answer
 
v3
Comments
nagiub2007 31-Mar-12 10:38am    
thank u for ur answer but can u help me more in repeater
Shahin Khorshidnia 31-Mar-12 11:48am    
Yes, what's your problem?
fjdiewornncalwe 2-Apr-12 15:32pm    
+5. A good, complete answer. All the information the OP needs is here.
Shahin Khorshidnia 2-Apr-12 18:51pm    
Thank you very much Marcus.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900