What is difference between user control and custom control?



What is difference between user control and custom control?..

Answer / ramubalachandran

User Control is a page file with extension .ascx which can
only be used within a single application. But custom
controls are assemblies(dll files) that can be used in
multiple applications.

Is This Answer Correct ?    13 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are sharepoint pages?

0 Answers  


How to check the end of the record in Datareader?

2 Answers   Cognizant,


What is difference between session and viewstate?

0 Answers  


What are the versions of garbage collection?

0 Answers   Proteans,


If i have a page where i create an instance of a dll and without invoking any method can I send values to next page ?

1 Answers   Satyam,


What is postback pixel?

0 Answers  


What is Razor View Engine

0 Answers   HCL,


What is viewstate information stored?

0 Answers  


What is the difference between page directive include and action tag include?

0 Answers  


write six HTTP request method?

4 Answers   IBM,


Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

0 Answers  


What parameters can you pass in the url of the api? Can get and post use the same url?

0 Answers  


Categories