I have a user control that is supposed to write a value to a hidden field every time the consuming page posts back.
Is there any way to trap the postback event at the page level? Perhaps I can wire up an event so that I can run a function every time the page posts back.
Thanks.