Posted on: 11/2/2014 6:50:22 AM | Views : 535

I am using linkbutton for login purpose, but it is not working in Google Chrome and Mozilla Firefox, but it works well in Internet Explorer.
Below is the master page of my application and while running it has no errors in IE, Google Chrome or Firefox.
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <%@ Register Assembly="FlashControl" Namespace="Bewise.Web.UI.WebControls" TagPrefix="Bewise" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title>Appointment Management System</title> <script type="text/javascript" src="JavaScript/jquery-2.1.1.min.js"></script> <link rel="stylesheet" type="text/css" href="Style/StyleSheet.css" ...

Go to the complete details ...