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 are the things we generally declare in session_start , application_start ?
Explain difference between inprocess vs out process session state? : .NET Architecture
What is Object Caching in Visual Studio 2010?
What is the difference between abstract class and Interface? Give an example how will u write an abstract class using .NET Framework
how do create a repeater
Explain the process of gc?
Hi, this is satish, i have more than 2 years of exp. on Microsoft .Net Technologies like C#, ASP.Net, VB.Net. But i am willing to change my platform into Testing tool. give me best suggestion for me.
When should you use Abstract Class vs Interface while programming? Give 1 Example
3 Answers CSS Corp, Hexaware, T3 Softwares,
What is Ienumerable
Navigation controls in ASP.net,explain each control in brief?
State and explain about microsoft.net?
What is the difference between an event and a delegate?