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
Explain the difference between value type and reference type?
What is full form of asp.net?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Explain the overview of asp.net?
what are configuration files?
What is the use of global.asax file?
Explain the difference between panel and groupbox classes using .net?
What is a postback ispostback and autopostback in asp net?
How many languages are supported by .NET at present time?
What is the benefit of WebAPI over WCF?
What is is post back property in asp net?
Why asp.net is used?
How can I have a particular web page in an asp.net application which displays its own error page?
Why does my asp.net file have multiple tag with runat=server?
What’s the use of “GLOBAL.ASAX” file?