what is master pages how to use it. plase give one example
in code vice
Answer / 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 |
What is dependency injection in simple words?
What is difference between asp net and c# net?
What is type checking in c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Can I use parseint?
Ho we can see assembly information?
Can you use all access modifiers for all types?
I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.
An Array is a Ref Type? what about the array elements which are value type(int,Float...etc)?
What is using keyword?
How do I know if executenonquery is successful c#?
What is the meaning of extention?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)