Microsoft ASP.Net Active Server Pages Frequently asked questions. ASP and ASP.Net Interview Questions And Answers and FAQ's
Tuesday, May 13, 2008
What is the main difference between the Button server control and the Button HTML control?
When clicked, the Button server control triggers an ASP.NET Click event procedure on the server. The Button HTML control triggers the event procedure indicated in the button’s onclick attribute, which runs on the client.
No comments:
Post a Comment