ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1958 Page Views: 

We have a requirement to use same header and footer for number of pages. How we can implement in ASP.Net with minimum code and effort?



Posted By: Avi Date: 28 October 2009 05:10:00 AM
 Answer:

We can use Master Pages which defines the layout (look and feel) and standard behavior for all of the pages (or a group of pages) in ASP.Net application.


Posted By: eTechPlanet


Date: 28 October 2009 05:10:00 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image DyoRnq
Related Questions
ASP.Net : What is the purpose of the Global.asax file?

What is the purpose of the Global.asax file?

It used to implement session level and applcation level events raised by ASP.net or by HTTP modules.....
Category: ASP.Net Date: 9/30/2010 8:40:13 PM
ASP.Net : Is there any limit of imposing cookies in a single application?

Is there any limit of imposing cookies in a single application?

Yes, only 20 cookies can be used in a single web application.
Category: ASP.Net Date: 9/30/2010 7:51:14 PM
ASP.Net : What do you mean by SmartNavigation in asp.net?

What do you mean by SmartNavigation in asp.net?

The SmartNavigation property is used very rarely. The purpose of this property is to avoid flickring....
Category: ASP.Net Date: 9/30/2010 7:30:14 PM
ASP.Net : What is EnableViewState Property?

What is EnableViewState Property?

With EnableViewState property it is possible to Get or Set a value , which will indicate whether th....
Category: ASP.Net Date: 9/30/2010 7:09:13 PM
ASP.Net : To which namespace does the column mapping belongs?

To which namespace does the column mapping belongs?

It belongs to System.Data.Common Namespace
Category: ASP.Net Date: 9/30/2010 6:59:14 PM