is there a way to raise this event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
i have an add button inside the EmptyDataTemplate of my gridView. Is there
any way to run that event manually in the code-behind? instead of the user
actually clicking on the button itself

thanks,
rodchar
 
just call the handler routine. pass the button as source, null as arg.

-- bruce (sqlwork.com)
 
so when you drag a button onto the designer and it's called button1 by
default, you're saying pass Me.Button1 as the button source?
 
Back
Top