Click here to Skip to main content
15,901,001 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there

I have been charged with trying to created a application that our engineers can use before going out on site to say exactly where they are going for the day. The page for them must have drop down box for name and then box for location. This then needs to be put into a database and then be automatically displayed into a webpage.

Any help will be gratefully appreciated as i am new to develpoment work.

Thanks in anticipation
Posted
Comments
Mehdi Gholam 15-Nov-11 5:47am    
What have you done so far?
Hywel Wood 15-Nov-11 6:06am    
i have tried to create a database to store the details needed from the engineers and thats about it as this has been given to me with not much info apart from above and with no experience. sorry

1 solution

step1 -> follw the link, it will guide you to create your first asp.net website, and how to place controls.

http://asp.net-tutorials.com/basics/first-website/[^]


step2 -> follow the link, it will guide you to do database operations using asp.net

Simple ADO.NET Database Read, Insert, Update and Delete using C#.[^]

step3 -> final step to populate filled data in you page, follow the link

How to populate DataGridView, GridView with SQL statement in C#[^]



mark as answer if helps you, it motivates :)
 
Share this answer
 
Comments
Hywel Wood 15-Nov-11 8:09am    
thank you very much for your solution i will try it and mark if it helps.

Thanks again

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