Click here to Skip to main content
16,020,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello..please help me for completing my final project

my problem is how to make decision making for admin who want to assign course for participant of the course.

The condition are like this;

To attend the course, the participant should fill the form.

Then admin will have database about all the applicant to participate the course. So the admin will assign the course when all this condition are fulfilled;
1) No of applicant greater than 20


Im using Visual Studio 2008 and VB.net language..

Please help me to settle this problem

Thank u
Posted

1 solution

First of, Make a form and Take input details about the course from the user and store in SQL/Access/Oracle database with Oledb commands.

Then in the admin form, get the count of the table which will store the course details based on either course name or any other detail according to your need.

If the count so found is more than 20 then you can start assigning the course according to any criteria that you have to follow.
 
Share this answer
 
Comments
nazila24 3-Apr-11 1:24am    
i have make a form and save the information in database but i don't know to start the coding of assigning the course place
ZeeroC00l 3-Apr-11 1:39am    
Assigning course place has to be based on your criteria.
Its just about logic of how you implement.

Share with us the criteria of how you want to assign the course. Lets see if we can help
nazila24 12-Apr-11 21:53pm    
The first criteria are the numbers of applicant for the course are greater than 20 and second they must be course organized...Once these two condition full fill.. the system will assign the course to applicant...it is like match making proses....but i can't think how to do it

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