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 |
Define cache? : Dot net architecture
how u maintain data while navigating one page to another?
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
What is Opf3
can u give me real example of how web.config overrides the machine.config file?
What are end points, contract, address and bindings?
Are there any third party logging components available?
How does .net remoting work?
Explain How to improve the cache performance? : Dot net architecture
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
does .NET support multiple inheritance ?
How do I know when my thread pool work item has completed?