Hi All,
I have a user control with a funcation in it this works fine in its used static, however I not need to use it multiple times on the same page.
I can display the form part of the usercontrol multiple times but I can not reference it in any way. any help appreciated
To show the control severtimes i have used
Dim count As Integer = 5
For i As I ...
Go to the complete details ...