L
lucaslyana
I have a datalist with multiple controls in the itemtemplate which can
be selected. For example, a button can be clicked to vote on a topic,
and upon selection it increments by 1.
If I click on a second item from the same row in the datalist, such as
another vote button, or a hyperlink, the row disappears and shows as a
blank in the data list.
I traced the second click and found that the ItemCommand section is
never called for the second click.
If my second click is for an item in a different row, the control
behaves as expected.
Viewstate is enabled throughout.
Let me know if somebody has seen something like this. I can post my
code if it is helpful.
Thanks.
be selected. For example, a button can be clicked to vote on a topic,
and upon selection it increments by 1.
If I click on a second item from the same row in the datalist, such as
another vote button, or a hyperlink, the row disappears and shows as a
blank in the data list.
I traced the second click and found that the ItemCommand section is
never called for the second click.
If my second click is for an item in a different row, the control
behaves as expected.
Viewstate is enabled throughout.
Let me know if somebody has seen something like this. I can post my
code if it is helpful.
Thanks.