i think i can use just one, with a select case inside.
how can i determine which gridview trigered the rowdatabound?
> I've got a page with multiple GridViews, so I get a different RowDataBound
> for each of then.
>
> I think i can use just one, with a select case inside.
>
> How can I determine which GridView trigered the RowDataBound?
((GridView)sender).ID
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
"Mark Rae [MVP]" <ma...@markNOSPAMrae.net> wrote in message
news:uuO6qRD%23JHA...@TK2MSFTNGP04.phx.gbl...