What is the difference between User Controls and Master Pages
Answer Posted / venkatesh
Both are code reduce features and reusability Purpose.When
we create Masterpage that is common to overall
project,whereas user controls these r used when we have
requirement on specific criteria.
Master page ex: INBOX,SPAM,DRAFT,TRASH etc in YAHOO WEBSITE
| Is This Answer Correct ? | 53 Yes | 11 No |
Post New Answer View All Answers
Explain the working of passport authentication.
What are the namespace classes used in asp.net mvc? : asp.net mvc
Why mvc is better than asp.net? : Asp.Net MVC
What is the difference between a cookie and a pixel?
Give me one example of Web API Routing?
What are the asp.net 2.0 features?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the difference between web.config and machine.config in ASP.NET?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
To display data in a Repeater control which template you provide?
What is repository pattern in mvc.net? : asp.net mvc
Explain difference between dataset and recordset?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What is clr? Difference between clr & cts?
Explain the differences between managed and unmanaged code?