What is the difference between User Controls and Master Pages
Answer Posted / dhina
In dotnet 1.1, developers where using user controls for the
website navigation, footers which were standard for all the
web pages, this was covered in 2.0 as master pages.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is ispostback property?
What is Web Server Control Templates.?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is parse in asp.net?
Where can I get information on cookies in asp.net?
What are custom controls?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is the extension of master page in asp.net?
How can you display all validation messages in one control?
What is caching? What are different ways of caching in asp.net?
Explain diff. Between friend and protected friend?
Explain the difference between debug.write and trace.write?