What is the main difference between the Button server control and the Button Html control?

 Posted by aswinialuri-19361 on 7/30/2013 | Category: .NET Framework Interview questions | Views: 3040 | Points: 40
Answer:

when clicked the Button server control triggers are asp.net click event procedure on the server.The Button HTML control triggers the event procedure indicated in the buttons onclick attribute,which runs on the client.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response