B
Ben Amada
In VS 2003, from a dynamically loaded user control, I could set a property
of the parent webform with the following line of code:
CType(Me.Page, SamplePage).TestProperty = "test"
However, in VS 2005, "SamplePage" doesn't show up in intellisense when
typing the line above and VS complains:
" Type 'SamplePage' is not defined. "
Any ideas why VS 2005 doesn't recognize SamplePage?
Thanks,
Ben
of the parent webform with the following line of code:
CType(Me.Page, SamplePage).TestProperty = "test"
However, in VS 2005, "SamplePage" doesn't show up in intellisense when
typing the line above and VS complains:
" Type 'SamplePage' is not defined. "
Any ideas why VS 2005 doesn't recognize SamplePage?
Thanks,
Ben