Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have written following code for two link buttons.
ASP.NET
<div class="pagemenu">
                    <div class="pagemenu_btn">
                        <asp:LinkButton ID="LnkBtnSave" TabIndex="15" ValidationGroup="requied" onkeyup="Button_SpaceBar(event,this)"
                            runat="server" OnClick="LnkSave_Click">
                        <div class="save-button">Save</div>                         
                        </asp:LinkButton>
                    </div>
                    <div class="pagemenu_btn">
                        <asp:LinkButton ID="LnkBtnCancel" TabIndex="16" ValidationGroup="none" onkeyup="Button_SpaceBar(event,this)"
                            runat="server" OnClick="LnkCancel_Click">
                        <div class="cancel-button"><span>Cancel</span></div> 
                        </asp:LinkButton>
                    </div>
                </div>

When I excecute Save button is visible in IE only not in CHROME and MOZILLA.
But Cancel button is visible in all browsers. Please help me to find a solution for this.
Posted
Updated 21-Nov-12 3:24am
v2
Comments
ZurdoDev 21-Nov-12 9:15am    
Please use the improve question link and add your code.
I guess the class "pagemenu_btn" is creating some problem.
Can we have the whole code along with the css ?
Rohit Shrivastava 21-Nov-12 11:23am    
without css both buttons are visible in chrome, I tested it. It must be an issue with css.
Fathima, Coimbatore 22-Nov-12 2:20am    
Can u send the stylesheet coding. Might be css issue.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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