[Asp.net] AW: [Asp.net] Literal wird nicht gefüllt - erledigt

2004-12-01 Thread Thomas Bandt
Mist, ich stand wirklich im Wald. Das Literal-Control war schon richtig gefüllt, wurde aber nicht angezeigt, weil ich im ersten if-Zweig das darum- liegende Panel nicht auf visible=true gestellt habe ;-) > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] I

[Asp.net] Literal wird nicht gefüllt

2004-12-01 Thread Thomas Bandt
Ich glaub ich steh im Wald: private void MainNavi() { string output = string.Empty; if(Cache[Utilities.cacheKey("NavigationMain4")] != null) { output = (string) Cache[Utilities.cacheKey("NavigationMain4")]; } else { // Fülle output