Click here to Skip to main content
15,886,085 members
Please Sign up or sign in to vote.
1.00/5 (6 votes)
See more:
Dear sir,

would you like to give me information how to develop www.windows.com this type of website.Exactly give me information how to header tab means menu bar is static and other portion are movable.

Please give me information as soon as possible.

Thanks in advanced !!
Posted
Updated 15-Jan-13 0:01am
v2
Comments
Sergey Alexandrovich Kryukov 14-Jan-13 11:39am    
No, sorry. How can you imaging "telling you"? It's not clear what are your difficulties. You need to ask a question.
—SA
Member 8089110 14-Jan-13 15:01pm    
i just ask u how to developed header portion this is only stable not movable.
Tech Code Freak 28-Jan-13 8:48am    
solved or not? if yes, accept the answer that helped!

Start at http://www.asp.net/[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 14-Jan-13 14:46pm    
Fair enough, Captain Obvious, a 5.
—SA
Hi,

We can't tell you how http://www.windows.com/ is developed. If you ask this because you want to learn how to develop web sites like that, then start with tutorials:
http://www.w3schools.com/aspnet/default.asp[^]
http://www.asp.net/web-forms/tutorials[^]
http://asp.net-tutorials.com/basics/introduction/[^]
A Simple Tutorial on Developing ASP.NET Applications in MVC Pattern[^]
It's also a good idea to have a look at the ASP.NET articles on CodeProject:
http://www.codeproject.com/KB/aspnet/[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 14-Jan-13 14:47pm    
Fair enough, a 5.
—SA
Thomas Daniels 15-Jan-13 12:30pm    
Thank you!
Just add a Panel to the Master Page. Set its
HTML
style="position:fixed;"
Add all your header contents to that Panel. And you're done!
 
Share this answer
 
v2
Use User Control for header ,footer ,menu

or in mvc use partialview.


user control can be Header.ascx
 
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