Master page v/s user control

  • Thread starter Thread starter Aryan
  • Start date Start date
A

Aryan

Hi Friends,
I wanted to know, how Master Page is different then Web User
Control??

Thanks & Regards,
Manoj Singh
 
The Master Page acts like a template for all pages that use it. All those
pages inherit the structure and code of the Master Page an add on top of
that the customization for each page. That way you can have the Web site
header and footer, style, structure, etc. applied to all pages.

On the other side the Web User Control is an element that can be placed on
any page to provide repeatable functionality with no need to implement on
each page. An example is a menu control that can be place on each page where
the menu is needed.

Regards,

Plamen Ratchev
http://www.SQLStudio.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top