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
Describe the Managed Execution Process
Can you create instance of a class which has private constructor?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is managed code in .NET?
In code behind class, name the type of code found. Is it the server side code or client side code?
Differences between datagrid, datalist and repeater in .net?
Explain how garbage collection works?
hai, about trading domain and need simple project on trading system. please help me...
Please explain what are an object and a class?
How big is the datatype int in .net?
Why do we use the “using” statement?
What is the advantage of packaging over xcopy in .net?
Explain the difference between asp.net & vb.net and explain architecture?
Explain what do the terms “boxing” and “unboxing” mean?
What is strong-typing versus weak-typing? Which is preferred?