Are you saying you're looking at the struct member in the debugger and it
shows null, or is it actually null when you try to do something with it?
The former is a known problem with the VS.NET debugger. It shows null for
static/const struct members under some circumstances.
If that's not the case then you definitely have a problem =)

Signature
Klaus H. Probst, MVP
http://www.simulplex.net/
> I have a global struct with some string constants in it like:
>
[quoted text clipped - 6 lines]
> This is accessible fine when the page is first called, but on postack,
> this struct shows null. ???