forcing a user control to update??

  • Thread starter Thread starter Philip Townsend
  • Start date Start date
P

Philip Townsend

I have a user control which displays the contents of a shopping cart. I
wnat it to update everytime an item is added or deleted from the cart. I
have created a button which edits a Session object, then I want the
usercontrol to display the contents of the session object. Problem: The
user control will not update until it is refreshed. Is there any way to
force the user control to refresh?
 
You must refresh the page that the control is on.
You might want to use SmartNavigation to give the illusion that only the
control is refreshing.
 
Back
Top