Code:protected void Button1_Command(object sender, CommandEventArgs e) { }Whats the difference between above two lines of code???Code:protected void Button1_Click(object sender, EventArgs e) { }
I read that you can write all the button click events code in one button command event??
But Even we can assign button click event to more than one Button.???
When we use Command Name event????


Reply With Quote

