Jump to content

Creating websites with ASP.NET


roshgorg

Recommended Posts

I'm new to asp.net. Out of curiosity, I am doing my final year project in asp.net. I have read many tutorials, but none of them explains how to create a website, which requires a header, a footer and a content section. How do we create a website using asp.net and C#. Is it by using html, just like we do in JSP ?

 

Link to comment
Share on other sites

All websites are HTML, that's all browsers understand. Browsers don't understand C# or JSP or anything else, they render HTML and CSS. You can use whatever language you want for the logic of the site, but it needs to output HTML and CSS for the browser to render.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...