Click here to Skip to main content
15,901,284 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a windows project, in this i created a html page and i want to retrieve values from database on this html page
Posted
Comments
Anurag Sinha V 6-Jan-14 3:34am    
Are you sure you have created an HTML page in a Windows project??
Anurag Sinha V 6-Jan-14 3:35am    
Please be more specific and improve your question.

1 solution

You basics are all wrong. Windows applications and Web applications are two different things.

In a ASP.NET web application, there are data bound controls which you can bind to data retrieved from database and ASP.NET engine will convert it to equivalent HTML while rendering the page to the browser.

I hope you are just learning. Google for 'asp.net databound controls' and read some tutorials before you start coding.

Hope that gives a start!
 
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