What is the difference between a web custom control,web user
control and a web part.
Answer Posted / 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 |
Post New Answer View All Answers
Explain the five stages in a dlx pipeline? : Dot net architecture
How to prevent my .NET DLL to be decompiled?
What is the use of CLR in .NET?
Can you explain control extenders?
How does .net mobile work? : Microsoft dot net mobile
what is diffrent beatween localprinter and networkprinter
Explain COM with example?
define cache memory? : Dot net architecture
What are the types of application software?
Use of Enable view state ? if turn off what happen ?
inprocess vs out process session state : Dot net architecture
data types used in validation control
Differences between VS 2005, 2008 and 2010 ?
What is .net viewstate?
Can I create my own permission set?