My problem is this: I want to use the modal Ajax popup. I know how to use it, however, I want to be able to invoke it without having to attach it to a button control. I want to be able to call the modal extender and display it. Perhaps there is another way to do this without using the Ajax extender.
Should I be displaying the Panel that is attached to the extender instead. You would figure that by now we'd have an equivalent of MessageBox in ASP.Net.
I have tried creating a delegate to handle the button event so it can then use the extender to no avail.
Any suggestions?