I have added a step for making a Paypal payment as part of the CreateUser Wizard. When the payment has been verified, a label is assigned a value such:
LblPaidStatus.Text = "Paid"
Now -- I want the user to be unsuccessful clicking the CreateUser button unless LblPaidStatus.Text = "Paid" in just the same way as he is unsuccesful if one of the text box validations is not met.
How can I accomplish this?
I am thinking I can use the Creating User event
Protected Go to the complete details ...