Share

Anthem.NET

Tracker: Bugs

9 Image Button - ID: 1833031
Last Update: Comment added ( psiegers )

I have a mutilple anthem panels,and within that mutiple anthem image
buttons which behave like checkboxes...But it happens that whne i randomly
click on any of trhe image buttons,some time the OnCommand event of the
image button doesnt fire at all.Here is my code :
<anthem:DataList ID="dtlstWidth" runat="server" EnableCallBack="true">
<ItemTemplate>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="width: 10px">
<anthem:Panel ID="pnlID" runat="server" EnableCallBack="true"
Width="3px" Height="3px">
<anthem:ImageButton ID="imgWidth" runat="server"
EnableCallBack="true" PreCallBackFunction="callback('divshowLoading')"
ImageUrl="~/Images/spacer.gif" Width="5px" Height="5px" BackColor="red"
BorderWidth="1px" OnCommand="ChooseThis" BorderColor="#52514F"
/></anthem:Panel>
</td>
<td>
<anthem:Label ID="lblName" runat="server" Text="color" />
</td>
</tr>
</table>
</ItemTemplate>
</anthem:DataList>
Please help me...its urgent!!


shweta ( shweta22 ) - 2007-11-16 09:48

9

Open

None

Pieter Siegers

None

None

Public


Comment ( 1 )




Date: 2007-11-16 16:04
Sender: psiegersProject Admin


Hi, could you please post a complete sample? TIA


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
assigned_to jcmurphy 2007-11-16 16:03 psiegers
assigned_to afm_44 2007-11-16 09:54 shweta22
assigned_to nobody 2007-11-16 09:50 shweta22
priority 5 2007-11-16 09:49 shweta22