johnfrederick
Programmer
I'm running examples from a book and it appears that none of the Page events are triggering. Control events seem to work ok. The examples I'm trying to run have, in the aspx file, a Sub Page_Load routine for one-time code, such as opening a connection, starting a DataReader, and binding it to a dropdown list. A demo intended to output messages on each of the page events does nothing. Code on the TextChanged event for a text box works. I don't see anywhere that the Sub Page_Load routine is specified to be run on a page load event. Is it a magic name?