What is the difference between a web custom control,web user
control and a web part.
Answer / sudhir
Web custom control are those controls which are placed into
gac and user can add it in tool box.and it is difficult to
create.and One Custom control can share diffrent
application.
User controls are used and create for particular
application .It easy to create and for using it for
dirrent application need to copy same user control on
dirrent applications.
Web part are new feature of dot net 2.0 . by using web part
controls user can runtime change the size,position and
layout of controls within the web parts controls,also web
part gives facility to hide,edit delete controls.It is in
built controls.
| Is This Answer Correct ? | 16 Yes | 1 No |
What are the main Tools to develop .Net Application?
What are bindings?
What is the use of CLR in .NET?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
Wcf- What is ABC
what are login controls?
what does dot in .net means
What is a service class?
What does the "EnableViewState" property do? Why would I want it on or off?
while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction
Define the mesi? : Dot net architecture
Is .NET really support fully OOP Concept?