Update
I implement special page caching, and I do not want the request to be cached or fetched from the cache if it responds to form submission or some kind of rollback after asp.net.
I am trying to find out if the current HttpRequest is postback. Is there a way to do this outside the context of a page or other user control? In other words, if I'm inside an HttpModule, I don't have access to this.IsPostBack , but I still need to determine if this is a postback.
Also, are callbacks always βsentβ requests or are defined using a form?
thanks!
Micah
source share