Selecting data from database
Hi,
I am hoping you guys can help me with this. I am a complete novice in asp.net with C# and SQL server. I am developing a website which needs to be done in 2 weeks time which is based on a car share scheme. I only need to implement two feature but I was wondering if you could let me know, exactly what I need to do.
For the first feature I want a user to be able to view a list of all the people who are car sharing depending on the user's preference. I am not creating a login page as I may not have time do a login page.
But what I want the system to do is match the preference of the user with the other users who are registered and then only return the values that match the preferences.
The second feature that I want to implement is an internal messaging system. The user can contact the user's whose names have been returned. Probably have a hyperlink beside each member's name which will redirect the user to a messaging page. The 'to' field automatically selects the user's id so that the message gets recorded in the database under that id.
Ideally i would like to feed the results data to the google map, but i am still looking into that.
Guys if u can just tell me how I could go on about doing this or what tutorials I need to do, I will be grateful.
|