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
Is asp.net a language?
Explain about asp.net 2.0 themes?
How would you get asp.net running in apache web servers? Explain it's limitations.
What is slidemaster?
Explain the difference between the web config and machine config.
What is application session?
Web API supports which protocol?
Explain the different parts that constitute ASP.NET application?
How many types of cookies are there in asp.net?
What are the event handlers that can be included in the Global.asax file?
Explain the use of dataadapter.
What is difference between viewstate and session in asp net?
What is in a session cookie?
What is cas?
What is the difference between session.abandon() vs clear()?