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
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What methods are fired during the page load? Init()
How can we implement a identity (sql server) call in an asp.net page?
What is cas?
Describe how passport authentication works.
Can we use a static function with a non-static variable?
What is application and session in asp.net?
What is viewstate parameter?
What is the web.config file in asp?
how can create login from create and written conde in asp.net
What are the session variables?
What is the use of session state and application state and difference between them?
Web API uses which library for JSON serialization?
What is the significance of finalize method in .net?
What are the media types of http requests and response?