What is custom control. What is the difference between
custom control and user control?
Answer Posted / srikanth
Both the custom control and the user control wil be
developed by the user, the only difference is user control
is application specific where are custom control can be
used in any application. We can create a dll for the custom
control and can place it in the toolbox where are for user
control it's not possible it's just an .ascx file as .aspx.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is master page in dtp?
How is my content secured from unauthorized access?
What are the event handlers that we can have in global.asax file?
In Code-Behind class which kind of code (server or client) is found ?
How many languages are supported by .NET at present time?
What are the new features implemented in ASP.NET?
How do active server pages work?
Why asp.net is better than php?
Can action method static?
What are server-side comments in ASP.NET?
What is directive in asp net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Do you know about caching with the datasource controls?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is the difference between dynamic SGA and static SGA?