Button_Click(object, System.Web.UI.WebControls.DataGridCommandEventArgs)' does not match delegate 'void System.EventHandler(object, System.EventArgs)'
it only appears when i add DatagridEventCommandArgs to my subroutine like this
Code:private void btnSpecials_Click(object sender, System.EventArgs e, DatagridEventCommandArgs d) { SomeOtherVoid(d); }
can i have it both ways? or is there some wierd thing i missed?





Reply With Quote