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
What is .net viewstate?
What are the different pipelining hazards? : Dot net architecture
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 how does .net mobile work? : Microsoft dot net mobile
Define domestic architecture artifacts? : Dot net architecture
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
what is tracing? Where it used?
Can I create my own permission set?
Does .NET runtime offer Deterministic Destruction or not?
What is textbox control of .net mobile? : Microsoft dot net mobile
What does the term "green architecture" mean? : Dot net architecture
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain .net mobile events? : Microsoft dot net mobile
How to improve the cache performance? : Dot net architecture
Explain the use of virtual, sealed, override, and abstract.