Hello,
I am creating a web user control that contains a link button.
I need to raise an event from my web control and send a argument when
the link button is clicked.
How can I do this?
Thanks,
Miguel
JIGNESH - 25 Oct 2007 13:55 GMT
The Button Controls has a property called CommandArguments.
You can store your value in the same.
Inside the event method use its 1st argument to retrieve the linkbutton
object and then call CommandArguments property to get the value.
- JIGNESH
> Hello,
>
[quoted text clipped - 6 lines]
> Thanks,
> Miguel