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
What does passport and windows authentication mean in ASP.NET?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is an imagemap in asp.net?
How many web config files can be created for an application?
Explain diff. Betn dataset and recordset?
How many ways are there to maintain a state in .net? What is view state?
What is viewstate information stored?
What is active web page?
What are the differences between the response.write() and response.output.write()?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is asp net application object?
How can we create pie chart in asp.net?
What are main return types supported in Web API?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Explain the use of fragment caching.