M
Mateo
Hi!
Let's say You generate button from code. Web forms control, not HTML button.
How can I catch it's OnClick event? Where to put code which is exedcuted on
buttons OnClick event?
Thanx!
Example:
Dim ctrCommandButton As New Button
ctrCommandButton.Text = "click me"
......
'let's add it for example in table cell
......
cell.Controls.Add(ctrCommandButton)
......
how to catch OnClick?
Let's say You generate button from code. Web forms control, not HTML button.
How can I catch it's OnClick event? Where to put code which is exedcuted on
buttons OnClick event?
Thanx!
Example:
Dim ctrCommandButton As New Button
ctrCommandButton.Text = "click me"
......
'let's add it for example in table cell
......
cell.Controls.Add(ctrCommandButton)
......
how to catch OnClick?