What is the Difference between user and server controls?
1.server controls are dll's and placed in toolbox, 1.user controls are pages and it have an extexsion .ascx. It does not placed in toolbox. 2.User controls are more simple to create 2. but custom controls are more simple to use.