G
Guest
Hi everyone!
I have a user control (not ascx though - rendered when the page loads),
actually it's a basket control on a master page.
This master page includes a wizard page too,
however when the user clicks next to navigate to another page (e.g. page2),
I remove the basket's contents,
but, if he presses the back button,
he will see the basket full, even if the basket is empty,
because the basket isn't rendered again (postback on page1)!
So, how can I make this control render again, manually somehow?
Thanks in advance!
I have a user control (not ascx though - rendered when the page loads),
actually it's a basket control on a master page.
This master page includes a wizard page too,
however when the user clicks next to navigate to another page (e.g. page2),
I remove the basket's contents,
but, if he presses the back button,
he will see the basket full, even if the basket is empty,
because the basket isn't rendered again (postback on page1)!
So, how can I make this control render again, manually somehow?
Thanks in advance!