What is the Difference between user and server controls?
Answer Posted / satish
user controls executed on each user separately and at client
side only, where as custom controls executed on server side
and only one copy for any number of users
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between overriding and overloading?
Which authentication uses a combination of windows and iis authentication?
What are Caching techniques in .NET
What is rich control in asp.net?
Define xmlvalidatingreader class.
What is the file extension of web service?
what is the difference between response.write() and response.output.write()?
What is the concepts of globalization and localization in .net?
What are the different types of Caching techniques in ASP.NET?
Can you explain one critical mapping? Performance issue which one is better?
What is ispostback method in asp.net?
Explain the use of resource manager class in .net.
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Demonstrate Render and PreRender?
What are the event handlers that we can have in global.asax file?