What is difference between user control and custom control?
Answer Posted / ramubalachandran
User Control is a page file with extension .ascx which can
only be used within a single application. But custom
controls are assemblies(dll files) that can be used in
multiple applications.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
If you are using components in your application, how can you handle exceptions raised in a component?
Can we have multiple web config files for an asp.net application?
Explain swagger components.
What is validation in asp.net?
Which asp.net objects encapsulate the state of the client and the browser?
Explain http handlers? Where we can use the http handlers?
When was asp.net released?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is session id in web application?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is data grid view in asp.net?
What’s the use of “GLOBAL.ASAX” file?
What is the difference between exe and dll?
Define managed code and managed data in .net?
How does asp page work?