please can any describe 'Master Page' in ASP.Net 2.0
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of session?
What is the use of HttpHandlers? When to use this?
In how many ways we can retrieve table records count?
What are the differences between primary foreign and unique keys?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
How can you handle errors in Web API?
What New Features comes with ASP.NET Web API 2.0?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Difference between singleton and singlecall.
What is a pixel url?
What is caching? Explain.
What are the elements of a website?
What is applicatio domain?
List the advantages and disadvantages of user control an custom control?
Explain the flow of processing of the request? : asp.net mvc