Bug #123

NauckIT.Web.UI.WebControls.Ajax.ProgressBar throws InvalidOperationException: "The TargetControlID of '' is not valid. A control with ID '...' could not be found."

Added by Christoffer Timm almost 2 years ago.

Status:New Start:02/10/2010
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:- Spent time: -
Target version:-

Description

In NauckIT.Web.UI.WebControls.Ajax.ProgressBar there is an dummy AnimationExtender added.
The TargetControlID of it is set to this.ClientID.
This fails with the following Exception:
InvalidOperationException: "The TargetControlID of '' is not valid. A control with ID '...' could not be found."

Solution: I tried to set the TargetControlID = this.Unique instead of this.ClientID and it worked for me.

Thank you for having a look at this!

-- Chris

Also available in: Atom PDF