Hi Guys,
We have a query about use of the RadPrompt & RadAlert and if they are the correct control to use. We have investigated and used the forums unsuccessfully to be able to figure it out thus far.
We have a C# function that runs on a user pressing a button. Within the C# function the first section performs some validation, based on the validation we want to be able to prompt a user with a message and give them the option to continue or cancel.
Hard part is we want the C# code to stop processing when they are prompted and based on their response continue on through the function.
So far we have got a RadPrompt that comes up but we have noticed that by the time it is up on the screen the function has actually already finished its processing which makes the users choice pointless.
Let me know what you think and if there is a better control for us to use.
Regards,
Justin
We have a query about use of the RadPrompt & RadAlert and if they are the correct control to use. We have investigated and used the forums unsuccessfully to be able to figure it out thus far.
We have a C# function that runs on a user pressing a button. Within the C# function the first section performs some validation, based on the validation we want to be able to prompt a user with a message and give them the option to continue or cancel.
Hard part is we want the C# code to stop processing when they are prompted and based on their response continue on through the function.
So far we have got a RadPrompt that comes up but we have noticed that by the time it is up on the screen the function has actually already finished its processing which makes the users choice pointless.
Let me know what you think and if there is a better control for us to use.
Regards,
Justin