How to trigger a modal window in ASP.NET WebForms?
How can I show modal windows in an ASP.NET WebForms application? I need to display a modal window with 2 buttons (OK/Cancel) and retrieve which button is pressed in my code. I’m also using jQuery and Bootstrap for this project, if that affects my options.