Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update button doesn't work in FireFox for inline editting
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Update button doesn't work in FireFox for inline editting
Versions des environnements
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01291593
Message ID:
01291593
Vues:
48
Hi everybody,

How can I debug why Update button doesn't do anything when I try to do inline editting in the FireFox? There is no error message, nothing, but the Update doesn't change to Edit after pressing.

Where should I put my breakpoint to see what's the problem?

Here is the definition
<asp:GridView ID="GridViewEvents" runat="server" AllowPaging="True" AllowSorting="True"
                AutoGenerateColumns="False" CellPadding="4" DataKeyNames="EventID" DataSourceID="SqlDataSourceEvents"
                ForeColor="#333333" GridLines="None" Caption="<h4>One Time Events</h4>" OnRowDataBound="GridViewEvents_RowDataBound" OnRowUpdating="GridViewEvents_RowUpdating">
                <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
            .....
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform