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 does dot in .net means
What is the purpose of cache? : Dot net architecture
Explain difference between inprocess vs out process session state? : .NET Architecture
What are .net mobile controls features? : Microsoft dot net mobile
4. Wcf- what Asych and Sych call and how that works
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
what is the difference between value types and reference types?
How does an appdomain get created?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
what is inheritancy where u required ?
What are the options provived by vss to the user? how it will help us while delevoping application?
What happens to the winfx technologies?