I have a web control / user control (name : MyControl)which contains a datalist.
Inside the datalist i have linkbutton which will raise an event (public variable; name : SelectedChanged).
For normal usage, when i use the control in web page, i will use the event by MyControl.SelectedChanged.
My problem is, if in the web page, I have a datalist which contains the web control / user control (MyControl) inside, how can i use the event?
Please advise.
Thanks.