Popup window??
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
ASP.NET itself won't generate a popup window, since all your ASP.NET code in VB.NET or C# executes on the server, where, presumably, you don't want it to generate a popup window. Assuming the popup window should be generated for the client using the capabilities of the client's browser, you should use JavaScript and try the alert() method.