Hi Jack
> I need to call a javascript function, on every postback that the
> gridview makes. Is there anyway to do this?
The ussal way to hook into the GridView Methods is not passable.
An approach could be, if you hook into the form.onsubmit event with
javascript
and execute there some finishing code.
Informations over the current Arguments, etc... can be found within the
ASP.NET generated Hiddenfields (Access througt Javascript).
HTH

Signature
Gruss, Peter Bucher
Microsoft MVP - Visual Developer ASP / ASP.NET, Switzerland
http://www.aspnetzone.de/ - ASP.NET Zone, die ASP.NET Community
http://www.aspnetzone.de/blogs/peterbucher/ - Auf den Spuren von .NET