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 are user controls and custom controls ?

Answer Posted / bhim bharti

Custom controls:
A control authored by a user or a third-party software vendor that does not belong to the .NET Framework class library. This is a generic term that includes user controls. A custom server control is used in Web Forms (ASP.NET pages). A custom client control is used in Windows Forms applications.

User Controls:
In ASP.NET: A user-authored server control that enables an ASP.NET page to be re-used as a server control. An ASP.NET user control is authored declaratively and persisted as a text file with an .ascx extension. The ASP.NET page framework compiles a user control on the fly to a class that derives from the System.Web.UI.UserControl class.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to unit test Web API?

1252


What does the hotspot class in .net do?

1045


What is asp.net ajax?

1046


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

1029


How do we ensure view state has not tampered?

1066


What is difference cookie and session?

1033


what is the difference between response.write() and response.output.write()?

1217


What is the main difference between Asp.net and Vb.net?

1095


Define xmlreader class.

1073


What happens if an ASP.NET server control with event-handling routines is missing from its definition?

1157


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

1016


Explain asp.net page life cycle?

1136


Describe a Windows Service and its lifecycle ?

1209


How to use multiple scriptmanager controls in a web page?

1154


What is the usage of DelegatingHandler?

1140