Hi Everyone,
I have a scenario where I would like to use a Radconfirm but only if some server side validation warrants it.
I am using a RadAjaxManager on a Masterpage. I am using RadAjaxManagerProxy on the Page.
Scenario:
I have a Textbox and a Save RadButton.
- Click Save Button
< Server side check of Database to see if name already exists >
1) Name already exists - Radconfirm will appear
- Yes - Perform Save
- No - close Confirm message
2) Name does not exist
- Perform Save
Any suggestions on how to achieve this would be much appreciated.
Thanks
Bran
I have a scenario where I would like to use a Radconfirm but only if some server side validation warrants it.
I am using a RadAjaxManager on a Masterpage. I am using RadAjaxManagerProxy on the Page.
Scenario:
I have a Textbox and a Save RadButton.
- Click Save Button
< Server side check of Database to see if name already exists >
1) Name already exists - Radconfirm will appear
- Yes - Perform Save
- No - close Confirm message
2) Name does not exist
- Perform Save
Any suggestions on how to achieve this would be much appreciated.
Thanks
Bran