message boxes in ASP .NET forms
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Can message boxes ( pop up boxes) be used within ASP.net forms? The info I found visual studio says they are SYSTEM.OBJECTS , I tried inherits SYSTEM.OBJECTS but still get a not declared message Is this something that can only be used in Windows forms? Is there something similar for ASP or VB classes? Thanks
-
Can message boxes ( pop up boxes) be used within ASP.net forms? The info I found visual studio says they are SYSTEM.OBJECTS , I tried inherits SYSTEM.OBJECTS but still get a not declared message Is this something that can only be used in Windows forms? Is there something similar for ASP or VB classes? Thanks
You will have to use javascript alert function.
Mike Lasseter
-
You will have to use javascript alert function.
Mike Lasseter