S
SOS
Hi guys,
i need to create some of my controls dynamically.
for example i want to create a button on my web form with this code :
Dim btnMyButton As New Button
Me.Controls.Add(btnMyButton)
how can i handle the events of this button ?
Thanx
i need to create some of my controls dynamically.
for example i want to create a button on my web form with this code :
Dim btnMyButton As New Button
Me.Controls.Add(btnMyButton)
how can i handle the events of this button ?
Thanx