Thanks for the suggestion. Certainly understand what viewstate is all about now.
However the problem still persists. The value is assigned to PerCentValue whilst the control is with default.aspx. Once control moves to the user control (PercentageCompleteImage.ascx) particularly in the SetPercentageCompleteImage class the value of PerCentValue
change back to null.
Not sure if there is something more fundementally incorrect here.
brad_bondi
0 Points
17 Posts
Re: Value not passing to User Control Code Behind page
May 14, 2008 03:13 AM|LINK
Wamba,
Thanks for the suggestion. Certainly understand what viewstate is all about now.
However the problem still persists. The value is assigned to PerCentValue whilst the control is with default.aspx. Once control moves to the user control (PercentageCompleteImage.ascx) particularly in the SetPercentageCompleteImage class the value of PerCentValue change back to null.
Not sure if there is something more fundementally incorrect here.
Any recommendations.
Brad