i know how to do this in c#, but i'm not sure how this is done in vb.net.
also, do you know how i'd do this from within the custom control itself?
"Alvin Bruney [ASP.NET MVP]" wrote:
> This is by design. you need to rehook all events on page load
>
> --
> Regards,
> Alvin Bruney
> [Shameless Author Plug]
> The Microsoft Office Web Components Black Book with .NET
> available at www.lulu.com/owc
> _________________________
>
>
> "ae" <> wrote in message
> news:A08C86BB-F5D6-4ABB-80C8-...
> >i have a custom datagrid with the viewstate turned off. i plan on caching
> > the datasource and handling this myself rather than using viewstate. when
> > the viewstate is disabled my SortCommand event handler never gets fired.
>
>
>