hello.
i have a web template. how do i open it with visual web developer so that i can code in it?
sorry i'm new with asp.
thanks in advance.
Printable View
hello.
i have a web template. how do i open it with visual web developer so that i can code in it?
sorry i'm new with asp.
thanks in advance.
Start by creating a new web project.
You're not clear by what you mean by a web template, but assuming it's just HTML, take that HTML and paste it into a master page. Clear out the dynamic portion and replace them with web user controls.
it's a template by template monster.
So they will have provided you with the HTML and CSS you need. Reference the CSS using the <link> tag, paste the HTML into your page, and, above like I said.