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
What does jit compilation do in .net?
What method do you use to explicitly kill a users session? How?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Explain the process of compilation in .NET?
How boxing and unboxing occures in memory?
What is RPC? What is the use of it?
What is "common language specification" (cls) in .net?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What is machine.config in .net?
What are Attributes in .NET?
Describe difference between inline and code-behind?
How to Create and Consume a Web Service?
What are asp.net authentication providers and iis security?
What are the namespace available in .net?