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 |
how to change the title of my window?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
Which software is used for .net programming?
Explain difference between inprocess vs out process session state? : .NET Architecture
Which Binding best suits where a WCF Service and the client application resides in the same machine?
What is the use of TPL DATAFLOW?
Explain a .net mobile example with details? : Microsoft dot net mobile
Hi i need fast track course maximum to complete within a month....courses are Asp.net,c3,vb.net n sql server........at hyderbad location ..best institute n cost
Write a query Where,Groupby,having clauses?
Explain how cache is used? : Dot net architecture
Explain what does the term "green architecture" mean? : .NET Architecture
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?