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 relation objects in dataset?
Explain dotnet framework ?
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
Session State and can i store desirialized object in state server, if yes how and if not why.
what is the shortcutkey for solution explorer and add new item?
What are the types of application software?
Tell me .net mobile emulators? : Microsoft dot net mobile
What is Ienumerable
Different types of authentication modes in .net framework ?
Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET ?
How can we integrate atlas with web services?
10. Overloding and overriding.