If you know they are Button's then case the sender parameter to Button, then
switch on the name.
switch(((Button) sender).Name) {
}
--
Justin Rogers
DigiTec Web Consultants, LLC.
Blog:
http://weblogs.asp.net/justin_rogers
"ron" <an*******@discussions.microsoft.com> wrote in message
news:6A**********************************@microsof t.com...
hi,
I have two image buttons for a custom paging solution in a DataGrid, I would
like both button's to use the same Click Event. I have seen this done before but can not remember were, would some please give
brief explanation of how?
Thanks Ron