Bonjour,
Je souhaiterai savoir comment on peut acceder aux variables Application dans la méthode OnInit() d'une page aspx ...
... car j'ai l'erreur suivante :
MerciCode:
1
2
3
4
5 Compiler Error Message: CS0118: 'System.Web.UI.UserControl.Application' désigne 'propriété' où 'méthode' était attendu Source Error: Line 102: Response.Write(Application("test"));