S
Seelan Rajagopal
Hey Guys!
I am a newbie to VB.net
can some one show me how to add OR statements in IF..Then condition?
This is the code I'm using
If NOT (myFile.PostedFile.ContentType) <> "application/msword" Then
....
I want to add OR statements to include these types as
well...."application/ms-excel", "...", "..."
I am a newbie to VB.net
can some one show me how to add OR statements in IF..Then condition?
This is the code I'm using
If NOT (myFile.PostedFile.ContentType) <> "application/msword" Then
....
I want to add OR statements to include these types as
well...."application/ms-excel", "...", "..."