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
How cache coherency is eliminated? : Dot net architecture
What is the .net class that allows the retrieval of a data element using a unique key?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What is a service contract, operation contract and data contract?
Define cache coherency? : Dot net architecture
What is the use of web.config?
Can you explain server controls in atlas?
Explain .net mobile events? : Microsoft dot net mobile
What is textbox control of .net mobile? : Microsoft dot net mobile
How to improve the cache performance? : Dot net architecture
What are the new features of .net 2.0?
What is .net mobile images control. : Microsoft dot net mobile
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Explain .net mobile automatic paging? : Microsoft dot net mobile
How can we integrate atlas with web services?