Answer Posted / alb.shah
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 ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is viewstate information stored?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Give a few examples of page life cycle events.
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How dataadapter.fill works?
Explain the components of web form in asp.net
What are the event handlers that we can have in global.asax file?
What is validation in asp.net?
Please briefly explain the usage of global.asax?
How many web.config files can I have in an application?
What is difference between singleton and single call?
What is role-based security in asp.net?
witch is the best insistute in sharpoint course.what abt future of share point course.
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Is asp.net a language?