Click here to Skip to main content
15,888,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
can anybody tell me how can i write the code which compare the college names based on their ratings or based on grade. Basically i have two text fields where user can enter college names and when he hit the submit button two college's will compare based on their ratings or grade which are selected from drop down box, comparison should be base on field selected from drop down box.. all the data will come from database.so can anybody help me out...

Thanks,
Bharat Joshi
Posted

1 solution

If you have the ratings and grades in your database, then you will write SQL to do that, depending on what you mean by compare. Or, perhaps you just want to get all the data from the DB and show the user, so they can compare ? Your question sounds like what you want is trivial as well as being unclear in the details.
 
Share this answer
 

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