Blog Stats
  • Posts - 13
  • Articles - 2
  • Comments - 1
  • Trackbacks - 4

 

ASP.NET

CodeFileBaseClass attribute in Page Class (.aspx)

While goining through code,saw this interesting stuff..basically used to specify the typename of a base class and its associated code-behind class. Check this on MSDN
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Master pages - heart of Website

With the introduction of Master pages in 2.0, we can now design the page which contains contents repeated on each page -like menus, navigation, logos. We can also combine the functionality used by all web pages at single place and derive all our pages from this master page... Here is an excellent article on master pages by Scott Allen - providing tips,tricks and traps. Microsoft also provided 4 design templates based on the category. You can find them here...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © Parmeshwar Arewar