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 the difference between custom control and web
control?

Answers were Sorted based on User's Feedback



What is the difference between custom control and web control?..

Answer / rathi

Usercontrol:
1) User control can be used for the Reusable purpose only.
2) Once you create User control that can be access in
current project.
3) User control extenction is .ascx file.
4) It can be visible in Solution explorer.
5) It is Locally used.If you want used this control in any
page just drag and drop from Solution or Register that
particular page like
<%@ Register TagPrefix="scott" TagName="header"
Src="Controls/Header.ascx" %>
<%
Custom Control:
1) Custom control can used for Globale purpose like Tollbox
controls.
2) custom control can created extenction file is .dll .
3) It can Add to Toolbox like
Right click on toolbox add->choose itemes->select path of
file.
4) custom control If you want used in any forms just you
can drag and drop like normal control.

Is This Answer Correct ?    3 Yes 0 No

What is the difference between custom control and web control?..

Answer / sandeep verma

Web Control will have .ascx and its codebehind file. Custom
control will have only codebehind (.cs) file.

In summary, custom control may not have any UI interface.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Dot Net General Interview Questions

what is the use of "mustinherit" keyword?

2 Answers  


What is difference between .net core and .net standard?

0 Answers  


Explain the use of activex control in .net?

0 Answers  


Explain soap and xml?

0 Answers  


Explain asp.net?

0 Answers  


Can we share session between ASP.Net & ASP

3 Answers   Accenture, Value Labs,


What's a windows process in .net?

0 Answers  


Explain how garbage collection works?

0 Answers  


What does msil do?

0 Answers  


what is dotnet architecture? can anyone explain that.

1 Answers  


What is the transport protocol you use to call a seb service soap?

0 Answers  


Is there built-in support for tracing?

0 Answers  


Categories