Erro Showing a modal dialog box
Paulo Freire
S??o Paulo - Brasil
Est?? me apresentando um erro de "Showing a modal dialog box" veja meu c??digo:
Comments
I'm not sure what you're telling us here, but it seems that you are using the shown code in an ASP.NET application. Using a modal dialog (or any kind of Windows Forms, WPF or generic GUI stuff) is always forbidden inside an ASP.NET application due to the fact that the only thing that the client gets isn't your compiled code but a mere HTML page (with JavaScript) without access to the .NET framework.