Software & Finance





C# - What is difference between webcustom control and web user control?






C# - What is difference between webcustom control and web user control?

 

custom controls are dynamic layout and you can add it to the GAC.

User controls can be created easily but they are static in layout.