V
VB Programmer
I create a simple user control and exposed a property, "MyProperty".
I dragged it onto a new webform. I want to access the exposed property
("MyProperty") of the user control. But, I cannot access the user control.
The (ID) property of the user control is set to "ucFilter", but trying to
access "ucFilter.MyProperty" doesn't work. (It says that 'ucFilter' is not
declared.)
Any ideas? Thanks.
I dragged it onto a new webform. I want to access the exposed property
("MyProperty") of the user control. But, I cannot access the user control.
The (ID) property of the user control is set to "ucFilter", but trying to
access "ucFilter.MyProperty" doesn't work. (It says that 'ucFilter' is not
declared.)
Any ideas? Thanks.