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
Explain difference between friend and protected friend?
What are the advantages and disadvantages of session?
What is Bundling and Minification in MVC?
What are sessions and cookies?
Define resource files.
Web API uses which library for JSON serialization?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
How can you dynamically add user controls to a page?
Can we handle the error and redirect to some pages using web.config?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Is asp.net is a programming language?
Where session id is stored?
What is the significance of attaching a profile while creating a user?
What is application Object?
Explain the differences between managed and unmanaged code?