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 |
When maintaining session through Sql server, what is the impact of Read and Write operation on Session objects? will performance degrade..
3 Answers Allsec Technologies,
Is it possible to change the index of primary key on table?
Which color scheme in a Repeater control can you provide alternatively?
How many types of validators are there in asp net?
How can we Validate a Controls in ASP.NET page using JavaScript?
I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.
1 Answers MS Technosoft, Wipro,
what is generics?
where should write the connection string Show that it will apply whole pages in the website
Difference between DataView and DataTable
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Why Global.asax is used?
Why is catch(Exception) almost always a bad idea?
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)