hey,
i've tried everything i know to change the following code into a format that i thought would be accepted by
vb.net,
but i'm not having any success.
Can anyone please help me!!!
Code
Sub CheckMain(sender As Object, e As EventArgs)
if sys.SelectedItem.Value is "6024H-I" or "6014H-T" or "6014P-82R" or "7044H-T" then
dualxeon.visible = True
elseif sys.SelectedItem.Value is "6013P-T" or "6023P-I" then
xeon.visible = True
elseif sys.SelectedItem.Value is "5013C-T" then
p4.visible = True
elseif sys.SelectedItem.Value is "6113L-8" then
itanium.visible = True
else
MsgBox("Please choose a Server to continue")
end if
End Sub
END CODE
All help would be really appreciated