Problem With UpdateProgress Control
am 15.04.2008 22:36:37 von joey.powellVS2005 C# w/AJAX Extensions
I added an update progress control to my web page. Initially I used
some plain html and text in the control's
and that worked well. Then I needed to be able to programmatically
control an image's src property (just once during load)...and so I
changed the html img tag to an asp.net server control
That's when everything broke! Now each time I try to compile I receive
an error...
[MyPageClass] does not contain a definition for [MyServerControlID]
....It's as if these server controls are "invisible?" inside of the
update progress control. Can anyone offer any ideas on what's going on
here?
JP