M
Miguel Dias Moura
Hello,
i have this code line in a script in my ASP.net / VB web site:
if msgNewsletterAction = "Go" Then
code1
Else
code2
End If
code2 runs everytime even when msgNewsletterAction = "Go". code1 never runs.
What is wrong in my sintax?
Thank You,
Miguel
i have this code line in a script in my ASP.net / VB web site:
if msgNewsletterAction = "Go" Then
code1
Else
code2
End If
code2 runs everytime even when msgNewsletterAction = "Go". code1 never runs.
What is wrong in my sintax?
Thank You,
Miguel