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
Why mvc is better than asp.net? : Asp.Net MVC
What is the difference between ASP Session State and ASP.Net Session State?
What do you understand from custom control?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Explain the difference between singleton and single call?
Who generates session id?
Explain what is viewstate?
What are the main requirements for caching?
How you can access the values from the Repeater control in ASP.NET?
What is event bubbling?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is the purpose of master page?
How would you create a permanent cookie?
What is the function used for removing an event listener?
Explain culture and uiculture values.