Are you using VB.NET 2002?
I had a colleague who was having that same problem. It happened to me as
well, once, but I was able to just do an AddRange on the containers to fix
the problem. I have not experienced the problem since I moved to 2003.
HTH,
ian
> Every so often i have come across the problem of the data access section of
> a page completely disappearing. The objects would still be present in code
> (their declarations), but the initialization code disappears, and they
> disappear from design view. Anyone have this problem or have some input on
> how to avoid it?