I have moved your thread from the VB.Net forums to the ASP.Net forums and also added code tags to your code. Code tags keep your code properly formatted and you can either manually type them like this:
[CODE]'Hello world![/CODE]
Or you can hit the pound(hash) sign in the quick or advanced reply and it will add them for you. Take look at the difference:
With Code Tags
Without Code TagsCode:If foo = True Then Console.WriteLine("Foo") Else Console.WriteLine("Bar") End If
If foo = True Then
Console.WriteLine("Foo")
Else
Console.WriteLine("Bar")
End If




Reply With Quote
