RadGrid Ajax PopAlert

Posted by user272671 on Stack Overflow See other posts from Stack Overflow or by user272671
Published on 2010-03-19T14:46:37Z Indexed on 2010/03/19 14:51 UTC
Read the original article Hit count: 182

Filed under:
|
|

I have a situation where I need to, based on user selection and some server-side processing, display a message to allow user to choose to continue processing or cancel. I have a RadGrid populated with data from the database. When User adds a new item to the grid,I want to do some processing in the back end and then inform the user of what could result and give him/her the choice to continue and believe that a message box or modal popup/radalert is the best way to do it, but how do I create the message in the back end and then using a popup, display the message and block until user responds. How do I do it please?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about jQuery