what is difference between User Control,Custom Contro1,Web
server control and template controls
Answer Posted / chinnu
User Controls are easy to create but tedious to
use.Extenshion for user controls is ascx file .we cant
place user controls in toolbox.
Custom controls are tedious to create by easy to
use.Extenshion is .dll.We can place custom controls in
toolbox.
Web server controls are the controls which is run at server.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are sessions in asp net?
What is paging in context of Memory?
Where web.config file is used?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is server side session management?
Explain the use of duration attribute of @outputcache page directive.
What is the difference between rest and restful?
How do you change the session time-out value?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Which method do you use to enforce garbage collection in .net?
In which event are the controls fully loaded?
What is the purpose of session management?
Explain diff. Between friend and protected friend?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
How do I publish my asp.net application to my isp's web server?