I have encountered a very strange behavior of the vsnet:

ASP.net:

I set the ViewState of the Document to false, just to see that Literal
controls
need the ViewState, so I turned it on again. Now nothing happend. The
content of the Literal control did not reappear. Then I discovered that
the call of the Page_Load Method was removed from my aspx.cs file.

Does anybody know why this would happen?

Apogee