please can any describe 'Master Page' in ASP.Net 2.0
Answer Posted / prabhaker mishra
Master page tools is a new tools comes with ASP.Net
2.0.This tools is used for creating similar page layout and
style for every content page(this page creted like child
page of master page) in our web application.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Can we use a static function with a non-static variable?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Explain the difference between response.redirect vs server.transfer
Explain how is a property designated as read-only?
What is data reader in asp.net?
What are sharepoint pages?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Differentiate between structure and class.
What is full trust in asp.net?
Why would anyone need to implement their own hashtable or linked list?
Which dll handles the request of .aspx page?
Explain the use of fragment caching.
What is server side session management?