Is there a way to dynamically have a confirmation button pop up? I have users that assign tasks to a person for a given date. I check before inserting if that person already has something assigned that day. I would like to prompt them to continue or cancel if they are about to double book that person. I can get the prompt using RegisterStartupScript in the button click event but can’t interact with the response. Does anyone have any ideas how this might be accomplished?