G
Guest
I created a sub with the following definition:
Protected Sub cc_onClick(ByVal Sender As Object, ByVal e As EventArgs)
this handles some dynamicly created controls (onClick Events)
the object calling it is a link button.
On Not ispostback i want to call this sub. I know i can create a new sub to
do the same thing but it's here, why not use it?
Does someone know how?
thanks
kes
Protected Sub cc_onClick(ByVal Sender As Object, ByVal e As EventArgs)
this handles some dynamicly created controls (onClick Events)
the object calling it is a link button.
On Not ispostback i want to call this sub. I know i can create a new sub to
do the same thing but it's here, why not use it?
Does someone know how?
thanks
kes