What are Master pages? How to define a Master page?
Answers were Sorted based on User's Feedback
Answer / bachi
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 ? | 7 Yes | 1 No |
Answer / guest
Master Page: Most of the website pages with in an appl have
common info
say as Menu, then we create a master page which can be
shared by most aspx content pages.
Master page is a template that can be used as a foundation
to all other ASP>Net content pages.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / rajesh kadam
Asp.net master page is used to look and fill is comman in
all pages.it defines content place holder
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain Generics?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is the difference between repeater over datalist and datagrid ?
Explain cookies with example.
can we store textbox and com components in viewstate?
What is the question mark in a url?
What is the good practice to implement validations in aspx page?
when we write the html code with runat = server it works like a server control than why we use the server control?
Where do you store the information about the user?s locale?
1 Answers Siebel, Visual Soft,
What is interval time of GC in .net
What is the base class from which web forms are inherited?
Explain asp.net page life cycle?
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)