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
What is routing in MVC?
In which event of page cycle is the viewstate available?
Explain how asp.net different from asp?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is asp.net introduction?
How response object is related to asp's response object?
What is the difference between visual basic and asp.net?
How to comment out asp.net tags?
How can we create Tree control in asp.net?
Explain Life cycle of ASP.NET page when a request is made.
How can you display all validation messages in one control?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the use of execute non query in asp.net?
What is ispostback method in asp.net?
Explain ViewState?