Maybe I'm the one not doing anything right but i'm trying to cause a page to display a given information as soon as it load.
I'm using labels display the said information. The problem here is, in the Page_Load method, i can't seem to call any of the labels or textboxes that i intend to use to display the info.
I tried it again by creating a method called info_Load in an experimental web-app. when i called the label, it worked and the site displayed the info but when i tried this method on my actuall web-app i got the same error. It said the Label is non-existent in this context.
can someone please help me sort this out?