What is custom control. What is the difference between
custom control and user control ?
Answer / 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 |
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What is advantage and disadvantage of viewstate
What are Http handler ?
where should write the connection string Show that it will apply whole pages in the website
What are the intrinsic objects present in ASP.NET
Explain difference between dataset and datareader?
What are the asp.net 2.0 features?
If I m using Session State Partioning where I have partitioned my session into 4 servers then how can I know that my session will be stored on which server?
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?
Whats the difference between abstract factory pattern and factory pattern?
Explain the working of passport authentication.
Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?