RSS

Posts Tagged ‘css’

December 10th, 2008 - 10:04 pm § in ASP.NET Tutorials, Free Video Tutorials

7) Master Page Contd. Adding More ASP.NET Pages [F]

In this video i continue from the last video (6), I showed you where the CSS codes were placed on the page. On the Dafault.aspx page that inherited from the master page, you will not be able to add content to the page until you have added a contentplaceholder to the master page. When you add [...][...]

December 10th, 2008 - 9:42 pm § in ASP.NET Tutorials, Free Video Tutorials

6) Introduction to ASP.NET Master Page Feature [F]

Master Page Introduction This is where the fun begins. Master page is a very important concept because Master Page allow your website pages to have the same look and feel. When you create a Master Page, you can inherit from this page so that all other pages pages inherits from it have the same look [...]