I have a need for a server control that will perform a JS-type confirm or prompt function and then perform a postback with the selected value from the user.
Note that this is not a client confirmation prior to running a server function, rather it is client confirmation after server procesing has already been started.
Here is the scenario: the user submits a web page and the server logic works on it. During processing the logic detects a condition that requires user feedback, so a control is necessary that will pop up a JS confirm/prompt and then postback the answer so that processing can continue.
Will any of your controls do that? If not, do you have any documentation or samples on how I could build my own control?
Note that this is not a client confirmation prior to running a server function, rather it is client confirmation after server procesing has already been started.
Here is the scenario: the user submits a web page and the server logic works on it. During processing the logic detects a condition that requires user feedback, so a control is necessary that will pop up a JS confirm/prompt and then postback the answer so that processing can continue.
Will any of your controls do that? If not, do you have any documentation or samples on how I could build my own control?