ASP.NET from Scratch: Master Pages
basixvideos

ASP.NET from Scratch: Master Pages

Tutorial Details
  • Technology: ASP.NET, C#
  • Difficulty: Basix
  • Estimated Completion Time: 20 Minutes
Download Source Files
This entry is part 5 of 10 in the ASP.NET from Scratch Session
« PreviousNext »

This latest lesson in our ASP.NET from Scratch series delves into Master Pages – ASP.NET’s built-in templating engine. You’ll learn what Master Pages are, and how to use Master and Content pages to provide a consistent look and feel to your web application.


Lesson 5: Master Pages


Sell ASP.NET Components on CodeCanyon

Did you know that you can sell your ASP.NET scripts and components on CodeCanyon? Simply sign-up for a free author account, and start selling!

Add Comment

Discussion 16 Comments

  1. Myke says:

    Man I am anxious to see some .NET MVC videos!

  2. Thanks for master page tutorial. yes now the big thing is MVC, hope to see those tutorials after this series is over, thanks again

  3. Jaspal Singh says:

    Nice tutorial.
    Thanks for sharing.

  4. esranull says:

    nice tuts thanks a lot

  5. Seems like MVC is a very popular programming style.

  6. shrek says:

    nice tut keep the good work and bring more asp.net tuts we really do like it :)

  7. Wayne says:

    Sorry, I dont mean to be rude, but I just really, really, really, dont understand why ANYONE would EVER use ASP.

    Honestly I cant think of ANY good reason, not one, and I have been a web developer for 5 years.

    Please, Im actually really interested to hear why anyone would actually use ASP.

    • Jeremy says:
      Author

      I don’t know why anyone would use ASP, either. It’s an extremely old and slow technology. But if you’re curious why you may want to use ASP.NET, check out the first 10ish minutes of the first lesson in this series.

      • Neil says:

        So sick of the “PHP is better than .Net” junk!

        I have been coding in .Net (C# and VB.Net) since 2005 and love it!

  8. sasa says:

    whats wrong with video I cant play it?

  9. parm says:

    Hi there

    I have just come across these and they are totally cool.

    How often will you be adding to this series.

  10. mmp says:

    Thank you…its a good tutorial

  11. S.LALAMI says:

    thank you !
    Thanks . it’s greats tuto i Love ASP.NET

  12. gun says:

    Its nice viedo . its easy to understand by direct watch video

  13. JL says:

    do you have this tutorial showing the actual connection to sqlserver instead of using a class file you created?

  14. Vishal says:

    Jeremy, great tutorials, very helpful specially for the beginners.

    I have a question about Master Pages, how about If I want to create a generic/reusable MasterPage and publish it live (along with CCS and Images folder) on server and use http:// path to refer to this master page in order to use it across applications.

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.