Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between button.click event and button.command event?

Whats the difference between Button.Click Event and Button.Command Event in asp.net?

like image 813
user279521 Avatar asked Sep 24 '10 19:09

user279521


1 Answers

As the documentation implies,the Button.Command event allows you to specify a "command" so that you can differentiate between which button was clicked,etc.

like image 91
Bryce Fischer Avatar answered Sep 28 '22 10:09

Bryce Fischer