Answer Posted / venkat
Master pages let you make a consistent layout for your
application, you can make one master page that holds the
layout/look & feel and common functionality of your whole
application and upon this master page, you can build all
the other pages, we call these pages Content Pages. So
simply you can build your master page and then build
content pages, and while creating the content pages you
bind them to the master page you have created before, those
two pages are merged at runtime to give you the rendered
page
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is marshalling ? Is it a part of asp.net ?
I’m having some trouble with cas. How can I diagnose my problem?
What is _viewstart?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is global.asax file used for?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How does session work?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What are the 3 types of web?
What is the function used for removing an event listener?
How to manage different kinds of sessions in ASP.NET?
What is difference cookie and session?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Which asp.net objects encapsulate the state of the client and the browser?
If 200 is for all successful operation then why do we have 201 response codes?