Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

I have a webpage, with several image buttons on it, but for some ppl, the image buttons just don't work. I mean they are not clickable, and the mouse doesn't change, if they pull over it.

Have anybody met with this problem, and have a solution?

Can be cos of session time outs?

Thx, for any answer!

The button:

XML
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
              <ContentTemplate>
                  <Triggers runat="server">
                  <div class="wizNavigation">
                  <ul>
                      <li><asp:ImageButton ID="btnSave" runat="server" ImageUrl="~/img/save.png" OnClick="btnSave_Click" ToolTip="Mentés" /></li>
                      <li><asp:ImageButton ID="btnSaveAndSend" runat="server" ImageUrl="~/img/approval_send_disabled.png" OnClick="btnSaveAndSend_Click" ToolTip="Jóváhagyásra küldés" /></li>
                      <li><asp:ImageButton ID="btnPrint" runat="server" Height="36px" ImageUrl="~/img/excel.png" OnClick="btnPrint_Click" ToolTip="Excel dokumentum megnyitása" Width="36px" /></li>
                      <li><asp:ImageButton ID="btnApprove" runat="server" ImageUrl="~/img/approval_yes.png" OnClick="btnApprove_Click" Tooltip="Elfogadás" Visible="false" /></li>
                      <li><asp:ImageButton ID="btnDissapprove" runat="server" ImageUrl="~/img/approval_no.png" OnClick="btnDissapprove_Click" ToolTip="Visszautasítás" Visible="false" /></li>
                      <li><asp:ImageButton ID ="btnCancel" runat ="server" ImageUrl ="~/img/cancel.png" ToolTip="Mégse" OnClick="cancel" /></li>


etc...

I can't code behind, 'cos it's really long. But i am using sessions, my first thought was, that their 20 min default time out was the problem, but i tested it, and the buttons worked fine.
Posted
Updated 20-Feb-14 20:05pm
v2
Comments
Charan_Kumar 21-Feb-14 0:54am    
are you using any update panel?
kirk651 21-Feb-14 2:01am    
Yes, and the buttons are in it too.
Charan_Kumar 21-Feb-14 6:13am    
first check whether it is working or not without update panel in all browsers?
because update panel shows different behavior in IE and Chrome
ravikhoda 21-Feb-14 1:33am    
show some code ...please is this IE 8 specific issue or for other version or other browser as well.
kirk651 21-Feb-14 2:02am    
Well, the people who use this site, are limited to IE8. They can't use any other browsers.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900