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 sharepoint pages?
What is a session in programming?
What is base class of button control in .net?
What is the difference between stored procedure vs function?
What is the main difference between Asp.net and Vb.net?
Can you explain the importance of finalize method in .net?
What is autopostback true?
What are the events that happen when a client requests an asp.net page from iis server?
What is use of <% %> in asp.net?
What is the purpose of master page?
Explain Life cycle of ASP.NET page when a request is made.
What are session objects?
What is IPostBack? How to use it?
Can you set the session out time manually?
What is asp according to you?