what is Master pages in asp.net? what is the advantages and
disadvantages?
Answers were Sorted based on User's Feedback
Answer / priya
A master page is an ASp.Net file with
extension .master,such as MasterPage.Master,with a
predefined layout that can include static text,HTML
elements,and server control.
Advantages:They allow u to centralize the common
functionality of ur passage so that u can make updates.
they provide an object model that allows to customize the
master page from individual content pages.
| Is This Answer Correct ? | 35 Yes | 8 No |
Answer / sarat
Advantages of master pages include the following:
■ They allow you to centralize the common functionality of
your pages so that you can make updates in just one place.
■ They make it easy to create one set of controls and code
and apply the results to a set of pages. For example, you
can use controls on the master page to create a menu that
applies to all pages.
■ They give you fine-grained control over the layout of the
final pages by allowing you to control how the placeholder
controls are rendered.
■ They provide object models
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / kotareddy
A master page is an ASp.Net file with
extension .master,such as MasterPage.Master,with a
predefined layout that can include static text,HTML
elements,and server control.
| Is This Answer Correct ? | 2 Yes | 0 No |
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
What base class do all Web Forms inherit from?
How many classes can a single .NET DLL contain?
List of words of preprocessor in .net?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
How do you do Client-side validation in .Net?
Explain what is an assembly?
How do we access view state value of this page in the next page?
When cookie will expire?
How do you use viewstate?
Differentiate globalization and localization.
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)