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
Describe Segmentation With Paging?
What are the asp.net server side objects?
How does session authentication work?
Mention few asp.net validators.
Why is string called immutable data type?
What is cache in asp net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is work flow gen? how can it will work with .Net?
Where code pages are used?
how to elimainte the similar data from the different tables
What does ascx stand for?
Write a code for sending an email from asp.net application.
Why the javascript validation not run on the asp.net button but run successfully on the html button?
How to you can limit Access to Web API to Specific HTTP Verb?
Define data caching?