R
Raphaël Désalbres
Hello, everyone,
I have built a datagrid, with update features. I have added a "Template",
and I added an option button on that template, with a OnCheckChanged="Massa"
...
I have added the following code:
Sub Massa(ByVal sender As System.Object, ByVal e As CommandEventArgs)
'Code...
End Sub
The problem is I have to know which of the option button has been clicked...
How can I do that?
Thanks,
Raphaël Désalbres
I have built a datagrid, with update features. I have added a "Template",
and I added an option button on that template, with a OnCheckChanged="Massa"
...
I have added the following code:
Sub Massa(ByVal sender As System.Object, ByVal e As CommandEventArgs)
'Code...
End Sub
The problem is I have to know which of the option button has been clicked...
How can I do that?
Thanks,
Raphaël Désalbres