Master Page
Answer / 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 |
What is ISAPI?
What is difference between ASP and ASP.NET ?
What is the use Membership in asp.net? and What is the use profiler in asp.net?
Explain the features that make asp.net more used framework? : asp.net mvc
I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend database.i am facing problem while uploading this site on my FTP address it is not accessing the database.please could u tell me how cn i upload Sqlserver database on the web and what would be the connection string...???? I am using Server=".";initial catalog=databasename;persist security info=false;integrated security=SSPI;...pleas help me... Thanks in Advance..
How will u decide when to use caching and when to use viewstate?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What are the types of assemblies and where can u store them and how a private assembly is used only by a single application, and is stored in that application's install directory (or a subdirectory therein)?
What is data grid view in asp.net?
How many types of cookies are available in asp?
What is http post action?
What are the various types of validation controls provided by asp.net?