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




Reply With Quote