how do i catch events of a datalist in a repeater? I need to use datalist's ItemDataBound event but i cant use it because it is inside a repeater control.
Thanks in advance

I found it, you manually create the event and event handler( no visual studio support since the datalist control is in the repeater control). I thought it was like in .net 1.1, which would give an error because you didnt registered the event, but it worked successfully when i did that manually.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.