Hi,
I want to execute the following steps in the order mentioned.
1. From a client side function on a modal pop up, call a serve side function on the modal pop up code behind
2. Depending on the bool value returned from the server side function to the client side function the modal pop up may or may not be closed.
Can anyone please help me with this ?
Thanks in advance.