S
Samuel Lee
I had made an UserControl (.ascx) which include a datalist control. The
datalist control had contains an imagebutton.
Next, I would like to create an aspx page that also contain a datalist
control. I will dymanically create the UserControl and place it into
datalist.
Now I need to catch the click event and get EventArgs of imagebutton that
held by UserControl (.ascx).
How could I solve it?
Thanks you very much.
datalist control had contains an imagebutton.
Next, I would like to create an aspx page that also contain a datalist
control. I will dymanically create the UserControl and place it into
datalist.
Now I need to catch the click event and get EventArgs of imagebutton that
held by UserControl (.ascx).
How could I solve it?
Thanks you very much.