Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have to make a project on EMI management for Automobiles in my college training...I am letting the user enter his budget..Once the budget is entered..The Cars corresponding to that Budget(less than the amount entered) is to be retrieved from the Database(MS SQL)..the cars are to be displayed with radio buttons..so that the user can select one of them and proceed further..I have coded other pages...I just don't know anything about this.
SO basically i need to know how data retrieval can be achieved from the MY SQL database...and how the webpage can be displayed with the car details and radio buttons according to the budget entered.
My database contains entries like Name, price and Pic...Pic contains the picture of the car..
Now i need to know how this can be done....and the codes of important sections..Please help... this is important to me...
Thank you
Posted
Comments
ZurdoDev 17-Jul-13 8:53am    
Data driven websites are so common place that I am surprised you say you have other pages that work but don't know how to do this. You'll want to use the SqlConnection class, SqlCommand from System.Data.
[no name] 17-Jul-13 8:54am    
Don't you think that your "question" is extremely broad and vague? Connect to your MySQL database and query the information that you want to get out of it. There is nothing magical about the process and the information on how to do this is easily found. You need to just do some research.
JasonMacD 17-Jul-13 12:53pm    
What have you tried so far for your Sq1Connection and code behind (C#, VB.NET, etc). Improve your question with some of your code, or you will not get any response from a developer, only sarcism. :)

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