PDA

Click to See Complete Forum and Search --> : The bulletproof glass problem


Cudabean
Aug 10th, 2004, 10:27 AM
I can see the data in the IDE:


this +--[+] [ASP.BCMPathForm_ascx]
|
+-- Caisis.UI.DataEntryControl_ascx
|
+--+--[-] Caisis.UL.BaseEntryControl
| |
| +-- _dataInfo
+---- _containsGrid
|
+----[+] commonFields
|
+---- ContainsGrid


Can anyone suggest how I can create a reference to _dataInfo? In the IDE, I can double-click on _dataInfo and see what I want, but I can't properly refer to it in code, for example, if i try this.BaseEntryControl._dataInfo, it doesn't work. Any clue?

Thanks,

cudabean