W
WISEMANOFNARNIA
I surrounded some controls in my page with an asp:UpdatePanel. They
were also sandwiched between 'contentTemplate' tags.
The problem is that the controls are not recognized in the code-behind
page once I do this.
They are underlined in the code-behind page, and when I hover my mouse
over the references to the controls, I'm told they are not found.
Why is this?
On a related topic, I didn't put my 'updatemode' as conditional,
because I thought any control should be able to update any other
control within the panel. When would I use "conditional"?
Thanks,
Marvin
were also sandwiched between 'contentTemplate' tags.
The problem is that the controls are not recognized in the code-behind
page once I do this.
They are underlined in the code-behind page, and when I hover my mouse
over the references to the controls, I'm told they are not found.
Why is this?
On a related topic, I didn't put my 'updatemode' as conditional,
because I thought any control should be able to update any other
control within the panel. When would I use "conditional"?
Thanks,
Marvin