What is custom control. What is the difference between
custom control and user control ?
Answer Posted / krishna prasad
custom control means to prepere our own control inheriting
from the existing control classes
if some one wants to design his/her own control go for
custom controls
if some one wants to extend/add new features go for user
controls
user controls are used to reduce the code repetation in the
pages
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What are all the various Estimation Techniques available ?
How can I configure asp.net applications that are running on a remote machine?
What is the server of asp.net?
What is the difference between custom web user control and a custom web server control?
Describe a bubbled event and how it is used ?
How can we create Tree control in asp.net?
Define viewstate in .net?
What is the significance of ASP.NET routing?
What is the use of ASP.NET routing?
What is the use of web.config and machine.config files?
Can I combine classic asp and asp.net pages?
How many types of validators are there in asp net?
What are the new web part controls in asp.net 2.0 ?
How is my content secured from unauthorized access?
Explain the use of duration attribute of @outputcache page directive.