I want to intercept any postbacks in the current page BEFORE it occurs . I want to do some custom manipulation before a postback is served. Any ideas how to do that
not sure, but I think you are looking for..
if (Page.IsPostBack) { }