Is it possible to create a message box in ASP.Net in this code:
Code:
sub test()
dim tester as single
try
   tester = Csng(txtBox1.text)
catch
   ((Show message box with text: "Please enter a number"))
end try
Maybe I forgot to make some Imports System.Web.?????