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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between response.redirect & server.transfer?

1217


How is .net able to support multiple languages?

1066


Explain me what is the difference between an abstract class and an interface?

1073


What are the different types of remote object creation mode in .net?

1068


What do you mean by Code Access Security in .NET?

1248


What relationship is between a process, application domain, and application?

1067


What are three common acronyms used in .net, and what do they stand for?

1052


I'm having some trouble with cas. How can I troubleshoot the problem?

1075


How to create a key pair in .net?

1157


What is static constructor, when it will be fired? And what is its use?

1213


Explain how to redirect tracing to a file?

1053


Why did they call it .net?

1079


Can you write a class without specifying namespace?

1192


Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

2588


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

1058