Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem With UpdateProgress Control

0 views
Skip to first unread message

Joey

unread,
Apr 15, 2008, 4:36:37 PM4/15/08
to
VS2005 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 <ProgressTemplate> section,
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 <asp:Image> tag.
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

0 new messages