Results 1 to 16 of 16

Thread: [RESOLVED] exactly what does this mean and can it go both ways?

Threaded View

  1. #1

    Thread Starter
    Addicted Member KingSatan's Avatar
    Join Date
    Feb 2006
    Posts
    185

    Resolved [RESOLVED] exactly what does this mean and can it go both ways?

    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?
    Last edited by KingSatan; Apr 11th, 2007 at 10:51 AM. Reason: sorry i messed something up

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width