Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all friends

i want to create dynamically html pages from asp.net dababase query ,
such as this page http://www.carwale.com/research/astonmartin-cars/v8vantage/coupe-details-2108.html[^]
show the result, i know this is not static website but this page contain dynamic data
and website is developed in asp.net. same like this i want to create html pages for
my website www.carjinn.com. can u give me any refrence article from which i can learn this logic.
Posted

Is that website is really yours? It appears as if some of the pages are dynamically created. If it's your site how don't you know that or how it is done?

Anyway, sounds like you need to start here[^].
 
Share this answer
 
If you decided to use ASP.NET, than you need to learn ASP.NET. If you are familiar with html and related tools and standards (css, javascript, jquery) and have some C# knowledge, you should take the ASP.NET MVC path. The classic ASP.NET might look really weid for somebody coming from outside. MVC is more straightforward. You can start here: http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/intro-to-aspnet-mvc-3[^] and here: http://www.asp.net/mvc/tutorials/older-versions/javascript/creating-a-mvc-3-application-with-razor-and-unobtrusive-javascript[^] than you can go to something more detailed as this book: ASP.NET MVC 4 in Action[^], or it's predecessor.
 
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