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
To get the values in two different controls to match which control you use it?
Can we add code files of different languages in app_code folder?
witch is the best insistute in sharpoint course.what abt future of share point course.
What are the different methods of session maintenance in asp.net?
In which event of page cycle is the viewstate available?
What is syntax code to send email from an asp.net application?
what are the Custom controls in asp.net?
Differentiate strong typing and weak typing
Explain how dot net compiled code will become platform independent?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Differentiate the session object and application object?
What is asp.net futures?
Why is mvc better than asp.net?
What is the maximum number of classes that can be contained in one dll file?
What is the flow of processing of the request? : asp.net mvc