Hi
I have below Modal Popup. I want if From Date < Date of Request then message in Modal Popup should appear. It should not go back to previous page.
Select Mentor
<%----%>
Select Student
<%-- --%>
*
*
Thanks
Rajkiran SwainPosted Apr 6, 2023, 6:54 AM
Ramco RamcoPosted Apr 6, 2023, 6:48 AM
Hi Rajkiran
On below lnkbreak click i want that it should check. What i should change in below code
Thanks
Rajkiran SwainPosted Apr 6, 2023, 5:18 AM
To achieve your requirement, you can add a validation function and call it on the click event of the button that opens the modal popup. If the validation fails, you can show an alert message in the modal popup, and prevent it from closing. Here's an example code snippet that you can use:
Please let me know if you find my answer helpful by accepting it.