This is almost certainly a renderstate issue, but it's impossible to say what without a full copy of your code to experiment with.
Perhaps your model or textures contain zero alpha values, and you have alpha testing renderstates turned on?
Maybe the model has a wrong winding order, and you have the cullmode renderstate set?
--
XNA Framework Developer
blog -
homepage