Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to convert a html template to a master page.
1-how can i do it?
2-vs cant support some htmal tags(with this erroe"vs can't support xhtml 1.0.
3-do i have to define menues and other controls such as buttons and login control in master page or .aspx files?
Posted
Comments
R. Giskard Reventlov 13-Jun-11 10:21am    
What have you already tried/researched?

1 solution

convert a html template to a master page
You have to do it manually. Design the master page as you want to (probably the similar look and feel as it is in HTML template - UI that fits in Master page category)

vs cant support some htmal tags(with this erroe"vs can't support xhtml 1.0.
Try and if you are unable to find the corresponding control then please try to be specific and elaborate on which tags you are facing issue with.

do i have to define menues and other controls such as buttons and login control in master page or .aspx files
I hope you know what master page is and designated for. Based on your website design, if you want to keep your login control/menus in master page you can.

Just in case, if needed, here you go and read a little about Master pages:
MSDN: ASP.NET Master Pages[^]
ASPNET: ASP.NET Master Pages Tutorials[^]
ASP.NET 2.0 Master Pages[^]
Using the ASP.NET UpdatePanel Control with Master Pages[^]
 
Share this answer
 
Comments
anjel84 13-Jun-11 16:42pm    
thanks for your solution.but i meaned that:
1- how can i convert template to master page manually.and i want to know convertion steps.
2-after copieng html codes in master page body,where is content place holder located?
2-vs2008 don't support css3 and my template style sheets are version3.
how can insert css3 to my browser?

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