What are Master pages? How to define a Master page?
Answer Posted / 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 |
Post New Answer View All Answers
Explain model, view and controller represent in an mvc application? : asp.net mvc
Which is the parent class of the ASP.NET server control?
What is the latest version of asp.net?
What is gridview in asp.net?
Can you use Web API with ASP.NET Web Form?
What are the differences between primary foreign and unique keys?
How to change Master page in ASP.Net using code?
When you use Ajax controls in the ASP.NET application?
What’s the difference between asp.net web forms and asp.net mvc?
What is a 404 redirect?
Explain the asp.net mvc request life cycle? : asp.net mvc
In which event of the page life cycle, is the viewstate available?
What are the session management techniques asp net?
Write a code for sending an email from asp.net application.
What is the function used for removing an event listener?