simple,short question
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
A page class instance exists only for a single postback. As it has no persistence, nothing external is ever going to access the event, unless it's in a control, but the fact is, it cannot be private ( as the aspx is turned into a class DERIVED from the code behind ), and it shouldn't be public ( no external class should be calling an event handler )
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )