What do you mean, for example binding DataGrid on postback event? It works
just fine and Datagrid's events are raised as they should. The latest stage
you could do something like this is PreRender.
--
Teemu Keiski
MCP, Designer/Developer
Mansoft tietotekniikka Oy
http://www.mansoft.fi
AspInsiders Member,
www.aspinsiders.com
ASP.NET Forums Moderator,
www.asp.net
AspAlliance Columnist,
www.aspalliance.com
"KJ" <> wrote in message
news: om...
> Will Events not fire in a datagrid if you set the datasource after the
page load?
>
> How can I get around that?