Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is different between User Control and Web Control and
Custom Control?

Answers were Sorted based on User's Feedback



What is different between User Control and Web Control and Custom Control?..

Answer / manikanta.srinu

User Control:
1.Designed for sigle application.
2.Designer support
3.Can place it int toolbox.
4.It has .ascx file with code behined file.we can use
usercontrol by register tag.
Custom Control:
1.Designed for multiple application.
2.No designer support
3.Can't place
4.It has dll file.
Web Control:
1.Designed for multiple application.
2.Web server controls are the controls which is run at
server.
3.these conrtoles are in toolbox.

Is This Answer Correct ?    0 Yes 0 No

What is different between User Control and Web Control and Custom Control?..

Answer / suhasini suresh

Since the dll assembly of a custom control is being used,a
custom control developed in C# can be used in a project
developed in VB.NET or any other managed code and vice
versa.
This is not possible with user controls.They are language
spefic

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Dot Net General Interview Questions

What is the use of design pattern?

0 Answers  


Writing a Stored procedure to insert the values into a table

1 Answers  


What are the important components of .net?

0 Answers  


Please tell us what is the difference between override and overload in a method?

0 Answers  


Is .net is a language?

0 Answers  


I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?

0 Answers  


How to write an MMC snap-in for my Windows service?

1 Answers  


Do you know what is linq?

0 Answers  


Is .net core installed?

0 Answers  


Is there built-in support for tracing?

0 Answers  


Explain acid properties?

1 Answers  


.What is Marshaling?

2 Answers  


Categories