What is the Difference between user and server controls?
Answer Posted / gupta
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.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Describe the events in the life cycle of a web application.
Which method is used to perform all validation at the page level?
How to retrieve user name in case of Window Authentication?
What does asp in asp.net stand for?
What does the hotspot class in .net do?
What is web api and why to use it?
Why is asp.net so popular?
How may clustered index we can create in table?
What is the use of asp.net web api?
What is application in asp net?
What are assemblies and namespaces and explain the difference between them ?
What is Partial PostBack in ASP.NET?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Explain how cookies work.