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 difference between dictionary and list in c#?
What is difference between Trace and Debug
What is the delegates in c#?
What is difference between event and delegate in c#?
How to Install uninstall assemblies into GAC?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
Define strong name in c#?
What is threading in c# with example?
What is the difference between struct and class c#?
What is the difference between serialization and deserialization in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is COM Interoperability?
Difference between debug.write and trace.write?
Difference between Value type & reference types ? and give the example in .Net?
What is c sharp language?