What is the difference between custom control and web
control?
Answer Posted / sandeep verma
Web Control will have .ascx and its codebehind file. Custom
control will have only codebehind (.cs) file.
In summary, custom control may not have any UI interface.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How many types of design patterns available in .NET?
How inheritance works in .net?
Explain the difference between static page and dynamic page?
What is the difference between a debug and release build?
Please explain what is the difference between encrypting a password and applying a hashing?
Can a try block have more than one catch block?
In code behind class, name the type of code found. Is it the server side code or client side code?
State the differences between the dispose() and finalize().
Do I have any control over the garbage collection algorithm?
What is reflection in microsoft .net context?
What are the new features in .net core?
Tell about your technical profile ?
What is a formatter in .net?
What are pdbs?
How many design patterns can be created in .net?