what is master pages how to use it. plase give one example
in code vice
Answer Posted / subodh kumar
Master page is inbuilt functionality in .Net2.0 or above.
While in .Net1.1 you must be create custom master page
using web user controls.
If you want to display the same section on more then one
page in your application then you can use master page.
A master page have content place holder where you can put
your code for different pages.
To use master page in your web application pages, you must
be include masterpage file name in the page directive. like:
<@ page MasterPage="MyMasterpage.master" .......>
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is parallel foreach in c#?
Can you drink alcohol with a loop recorder?
What is method overriding in c#
What is a method signature in c#?
What is difference between static and constant variable?
What is Web.config?
What are circular references?
What is the difference between yield and return?
What is the difference between Static, Const and read only?
What is system predicate?
What is master page in asp net c#?
What is use of FormBoarderStyle Propertie
Can a constructor have a return type?
What is a lambda expression in c#?
What do you mean by serialization in .NET?