please can any describe 'Master Page' in ASP.Net 2.0
Answer Posted / prabhaker mishra
Master page tools is a new tools comes with ASP.Net
2.0.This tools is used for creating similar page layout and
style for every content page(this page creted like child
page of master page) in our web application.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does mean by a neutral culture?
What is the difference between application state and caching?
what is AutoEventWireUp and what is the use of This property explain in details?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Which is an advantage of application service providers?
If 200 is for all successful operation then why do we have 201 response codes?
What is syntax code to send email from an asp.net application?
What's the ASP.Net Application life cycle?
What is a proxy in web service?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is query string?
What are the advantages and disadvantages of Using Cookies?
What do you mean by query string?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
Differences between “dataset” and “datareader”.