Group: Forum Members
Posts: 17,
Visits: 81
|
I'm looking to smack some controls onto my web form dynamically, and I'd like to do it within the Init event.
Problem is, the BO declared in ApplicationBasePage is Nothing when my code executes. It becomes a valid reference later on, but not during Init.
Did I do something wrong or is this just part of the SF design? I can see in the documentation that the BO's are populated on the Form Load event, but I think that's just talking about the WinForms side of things; I'm not sure if the same applies to the WebForms.
|