Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone..
Kindly help me to prepare seat allotment software. I am using asp.net, c#.net and sql server.
I have a table in database which contains Rollno.s of students.
And I have another table of classroom and their capacity. ( all classes are not having same capacity of students (35, 40, 45 etc).
I am trying to prepare a software which randomly select the student Rollno.s, and allot in any lab. Like this it should fill all the labs with students(randomly, not in sequence..)


Thanks in advance
Posted
Comments
Manfred Rudolf Bihy 10-Nov-13 17:47pm    
If there are no other restrictions apart from the capacity of the classrooms, what exactly are your difficulties then? Please show us what you've tried and where exactly your problem area is. The way you've described your requirement there is nothing keeping you from implementing it.

Do try to do it yourself and come back with more specific problem descriptions.
2012programmer 11-Nov-13 11:23am    
Is there any option for random generation in C# or SQL server

1 solution

You should advertise on places like rentacoder if you want someone to write it for you. If you want to write it yourself, you should try, and ask specific questions when stuck.
 
Share this answer
 
Comments
2012programmer 11-Nov-13 11:24am    
Thank you very for your great support.

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