WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.
Answer Posted / sathish
The html controls the server is hit only on page submit.But
for server controls on every user response the server is
hit.The server controls are used in places like railway
reservation.The html control is used in places like hotel
menu card.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Explain diff. Betn dataset and recordset?
Which method is used to perform all validation at the page level?
Explain Session state management options in ASP.NET.
What's the use of response.output.write()?
What are the layouts of ASP.NET Pages?
Why session is used in asp.net?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is a windows service?
How many types cache in asp net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the difference between page-level caching and fragment caching?
Write some code using interfaces, virtual methods, and an abstract class`
How do you declare static variable? What is its lifetime?
Explain what is viewstate?
How can u deifne the benefits and limitation of using Viewstate for state management?