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
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What do you mean by serialize and marshalbyref?
What is the asp.net control toolkit?
Explain code snippet to register exception filters from controller?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is difference between abstract class and an interface?
what are configuration files?
Is asp.net easy to learn?
How you can access the values from the Repeater control in ASP.NET?
What is the mvc framework?
Differentiate globalization and localization.
How many types of sessions are there in asp net?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Apart from IDE what are the enhancements in asp.net 2.0?
What are main return types supported in Web API?