@Code Dim result = "" If IsPost Then result = "This page was posted using the Submit button." Else result = "This was the first request for this page." End If End Code
@result