I created a user web control, and here is the line in my ASPX that consumes
that control.
<joe:RunningSum mary CurrentStep=2 id=myRunningSum mary runat=server />
The "CurrentSte p=2" is supposed to be a "custom property" and I would invoke
this user control with different values on various web forms.
How do I retrieve the value of "CurrentSte p" within the code-behind of the
user control?
Comment