Hi Bryce,
The specific answer to your question will depend on all sorts of factors. To cover as many possibilities as possible I'd do this in the following way;
a) In the Page header embed another netwebsource, rather than including the session value directly. In other words;
instead of
<!-- Net:s:whatever -->
have
<!-- Net:CheckoutItems -->
where NetCheckoutItems is just a small NetWebSource which contains
<!-- Net:s:whatever -->
This allows "just this part" of the header to be updated, rather than having to recreate the whole header (including menus etc.)
b) In "appropriate" places (ie whenever you want the header to be updated) just call
CheckoutItems(p_web)
Obviously the appropriateness depends on exactly what is in the header, but in the case of a Delete this would be the deleteb event in the TakeEvent routine in the browse.
Cheers
Bruce