Hi
I am struckup with a big issue. ie., On my Page i am rendering 2 dynamic datalists each has dynamic link buttons.

my problem is: i am not able to handle ItemCommandEven t of both the datalists. if i comment one datalist's ItemCommandEven t the other DataList ItemCommand is firing.

ie., at a time on my page only 1 datalist itemcommand is firing. but i need both itemcommand events to work.

can...