B
Boban Dragojlovic
I created a user web control, and here is the line in my ASPX that consumes
that control.
<joe:RunningSummary CurrentStep=2 id=myRunningSummary runat=server />
The "CurrentStep=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 "CurrentStep" within the code-behind of the
user control?
that control.
<joe:RunningSummary CurrentStep=2 id=myRunningSummary runat=server />
The "CurrentStep=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 "CurrentStep" within the code-behind of the
user control?