please can any describe 'Master Page' in ASP.Net 2.0
Answers were Sorted based on User's Feedback
Answer / pratima tripathi
ASP.NET master pages allow you to create a consistent
layout for the pages in your application. A single master
page defines the look and feel and standard behavior that
you want for all of the pages (or a group of pages) in your
application.
You can then create individual content pages that contain
the content you want to display. When users request the
content pages, they merge with the master page to produce
output that combines the layout of the master page with the
content from the content page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / konthappan
You can design a master page which would be the frame look
of your website. Later you can create pages under this
Master page ..so that what ever pages your oppening will
be in this master page .
Eg : You create a master page and putting some table for
header,then for left pane then for footer also . the middle
portion will be the content of all your child(?) pages.
Early ASP days we used FRAMES for this kind of DESIGN .
This master page is good for a WEB SITE DESIGN (even for
Good in INTRANET WEB APPLICATIONS)
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / prabhaker mishra
Master page tools is a new tools comes with ASP.Net
2.0.This tools is used for creating similar page layout and
style for every content page(this page creted like child
page of master page) in our web application.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / shubhangi soni
Master page is a tool come with ASP.Net 2.0. This tool is
used to creating similar page layout and style for every
content page in your web application.
| Is This Answer Correct ? | 0 Yes | 1 No |
How does the XmlSerializer work? What ACL permissions does a process using it require?
Explain how do you validate the controls in an asp .net page?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is a Metadata?
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 is session . how it is use ?
Differentiate strong typing and weak typing
What?s the difference between Response.Write() and Response.Output.Write()?
2 Answers Siebel, Visual Soft,
What is base class of button control in .net?
How to implement Authentication and Authorization?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Can you create an app domain ?
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)