What is the difference between User Controls and Master Pages
Answer Posted / vdk
Master pages and user controils are two different concepts.
Master pages are used to provide the consistent layout and
common behaviour for multiple pages in your
applications.then u can add the Contenetplaceholder to add
child pages custom contenet.
User Controls:Sometimes u need the functionality in ur web
pages which is not possible using the Built-In Web server
controls then user can create his own controls called user
controls using asp.net builtin controls.User controlsn are
those with .aspx extensions and u can share it in the
application.
| Is This Answer Correct ? | 39 Yes | 25 No |
Post New Answer View All Answers
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is server components?
What is cache in asp net?
Explain diff. Between friend and protected friend?
How do you remove duplicates without using remove duplicate stage?
What is difference between viewstate and session in asp net?
Explain asp.net page life cycle?
Explain the concept of event bubbling in ASP.NET?
What does ascx stand for?
What is an example of an application service provider?
What is routing in MVC?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What are all the various Estimation Techniques available ?
What is the displayafter property in updateprogress control?
What's the ASP.Net Application life cycle?