Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
I am not exactly sure if this is the correct place to ask this question since I am a new member to the code project, but I am looking for guidance with my new project.

I am currently working on designing a car website that is using asp.net and C# code to handle user login and other functionality.
I would like to create a new web page that will display the logged in user "my cars" objects in a visually pleasing grid format with car statistics underneath each car picture. The backbone for the data and car objects will be in sql 2005.

I realize the details are vague because I am torn and overwhelmed with choosing between using asp.net/C# or a combination of HTML5 and jquery..
Since I am pretty new to asp, based on your own knowledge of web apps, what is the best technology to use for this sort of web page/app?
Keep in mind I would like to reach as many users as possible so I would like to stay away from flash or silverlight.


Thank you so much in advance for any replies! I am just looking to start off this project in the right direction and would like to make sure I use the best technologies.

Thank you,
-Travis



*If you were to create a web page for displaying a users library of cars, what programming language would you use?
Posted
Updated 18-Oct-11 15:13pm
v2

Sorry, we cannot provide so much of guidance. How can imagine the help you need in a short post?
Well, learn ASP.NET, start here: http://www.asp.net/get-started[^], ask if you face some specific problems…

—SA
 
Share this answer
 
1.For Login use Login Controls
2.For displaying the user who is loggen in use LoginName and LoginStatus Controls
3.For displaying Cars use repeter control it will be customizable and friendly thatn Gridview and Formview
 
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