Answer Posted / subramaniam
Master pages are used to giving common layout for our
applications.
we never change our header,footer.
we should change body using content place holder.
this is very useful for reuseful components of our web page
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is .net remoting?
What is a viewbag?
A web service can only be written in .net? State whether true or false.
What is a user developed application?
Can one dll file contains the compiled code of more than one .net language?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are the ways of preserving data on a Web Form in ASP.NET?
What is authorization in asp.net?
What are the differences between clr & cts?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
How is application management and maintenance improved in asp.net 2.0?
What is the difference between session object and application object?
What parameters can you pass in the url of the api?
Explain Session state management options in ASP.NET.