Click here to Skip to main content
16,012,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

How to create the template for creating a website in Asp.net ?
What are the steps to follow for developing a website ?

Regards
Balamurugan
Posted
v2
Comments
Christian Graus 22-Aug-12 6:02am    
This is a meaningless question. Your 'template' might be screenshots from a graphic artist, or you may mean you want to write dummy pages and CSS. The steps to follow for developing a website are learning how to do it, and doing it by writing code and testing it.

Make a css template on your own or you can search free website template in google. You can find thousands of free template from google.

download one template save in your system. Basically in that you can find .html pages.
Now copy the content and paste in your .aspx file. I mean to say convert that html page to your aspx page.
 
Share this answer
 
Comments
[no name] 22-Aug-12 6:44am    
I'm trying in css templates. After getting download igt getting password.
hi,
find this link

http://www.metamorphozis.com/[^]
 
Share this answer
 
This may help u...

Use ur friend : google


1. Decide how the website look...

2. Find the right color scheme. Try using colors that will pop out, like blue, purple or orange. You can also adjust the color to the topic of your website.

3. Decide what kind of navigation bar to use. Make sure it has useful resources, such as home, comments, and more.

4. Create the page in HTML. Be sure to pick a Meaningful name!

5. Create a style sheet in CSS.

6. Integrate css, scripts and html coding for simple site

Thanx
~~Karthik.J~~
 
Share this answer
 
Hi Friend,

1.Goto this website http://www.templatemo.com/page/8[^]

2.Download any of the css file you like and extract it.

3.In that extracted file there will be a .html page,css page and the images used for that css..

4. Copy that folder and paste it in your project file.

5.Right_click on your add reference click existing item there you will find your extracted css folder open it and add all the files.(.html,css,image)..

6.Open the .html page which has been added to your project. Copy the content and paste it in your .aspx page.

that's it.... Very simple . try it and if you have any doubt post it .i will clarify....
All The Best....
 
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