Dear Forum I have just finished the draft of a shopping cart for my personal website and am polishing it a little whilst friends and colleagues test it. One thing I am having trouble with is figuring out how to code for a modal popup that would appear when the checkout 'wizard' (using the asp.net wizard control)finish button is clicked. The idea is that on the finish button click event a modal popup would appear (asynchronously) with the usual 'please wait'-type message whilst the order payment is being processed, and the various databse tables are updated. On completion of these activities the modal popup would disappear and the wizard would proceed to the final confirmation page. I have tried using anAJAX ModalPopupExtender but am obviously approaching the problem incorrectly. Any thoughts? Would this be easier using JavaScript rather than AJAX? Many thanks in advance for any suggestions. Kurt
Many thanks Vikram - this is certainly not an approach I would have thought of. I'll give it a go and report back - I'm still not sure how to incorporatethis within a Wizard, but hopefully a little playing will yield the right result. Thanks again, Kurt