What is the difference between custom web user control and a custom web server control?
Web User Control: 1) Easy to Create. 2) It Can be used inside the same Application.(To use it in other application we need to add it to that project.) 3) It Can take advantage of Caching Technique. Web Server Control: 1) Bit tuff to create as compare to User Control. 2) Easy to use. 3) Can be added to ToolBox.
Related Questions
- What is the definition of a privileged user under section 2.19, and does the control really preclude the use of a web browser by server administrator accounts?
- What is different between User Control and Web Control and Custom Control?
- What is the difference between Web User Control and Web Custom Control?