Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 704583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:57:29+00:00 2026-05-14T03:57:29+00:00

I have a gridview within an updatepanel which allows paging and has a linkbutton

  • 0

I have a gridview within an updatepanel which allows paging and has a linkbutton that when clicked shows a modalpopup for editing records. This works fine in IE, Firefox, and Opera but I do not get a postback in Chrome or Safari?? I have other linkbuttons on the page that are within updatepanels but are not within gridviews that are working fine. I have scowered the web but cannot find a solution. Part of my code is below, anyone have any ideas??

#

 <asp:UpdatePanel ID="upReports" runat="server" UpdateMode="Conditional">  
    #             <ContentTemplate>  
    #             <asp:HiddenField ID="hfMachID" runat="server" />  
    #             <asp:HiddenField ID="hfNewLead" runat="server" Value="no" />  
    #             <div class="fullWidth">  
    #                 <div class="heading">  
    #                     <h2 style="padding:10px">  
    #                         <asp:Label ID="lblResults" runat="server" />  
    #                     </h2>  
    #                 </div>  
    #                   
    #                 <!-- Machine Leads -->  
    #                 <asp:GridView ID="gvMachLeads" runat="server" Visible="false" AutoGenerateColumns="false"  
    #                      GridLines="None" CssClass="mGrid" AlternatingRowStyle-CssClass="alt" AllowPaging="true"  
    #                      OnPageIndexChanging="gvMachLeads_PageIndexChanging" PagerStyle-CssClass="pgr"   
    #                      onrowcommand="gvMachLeads_RowCommand" PageSize="15">  
    #                     <Columns>  
    #                     <asp:TemplateField HeaderText="Created" ItemStyle-HorizontalAlign="Center">  
    #                     <ItemTemplate>  
    #                         <asp:Label ID="lblDate" runat="server" Text='<%# Eval("DateC") %>'   
    #                              CssClass="repGridText" ToolTip='<%# "Origin: " + Eval("LeadOrigin") %>' />  
    #                     </ItemTemplate>  
    #                     </asp:TemplateField>  
    #                     <asp:TemplateField HeaderText="Status" ItemStyle-HorizontalAlign="Center">  
    #                     <ItemTemplate>  
    #                         <asp:Label ID="lblStatus" runat="server" Text='<%# Eval("LeadStatus") %>'   
    #                              CssClass="repGridText" ToolTip='<%# "Notes: " + Eval("Comments") %>' />  
    #                     </ItemTemplate>  
    #                     </asp:TemplateField>  
    #                     <asp:TemplateField HeaderText="Customer" ItemStyle-HorizontalAlign="Left">  
    #                     <ItemTemplate>  
    #                         <asp:Label ID="lblCustomer" runat="server" Text='<%# Eval("Name") %>'   
    #                              CssClass="repGridText" ToolTip='<%# "Address: " + Eval("Add1") + " - " + Eval("City") +   
    #                              " - " + Eval("State") + " - " + Eval("Zip") %>' />  
    #                     </ItemTemplate>  
    #                     </asp:TemplateField>  
    #                     <asp:TemplateField HeaderText="Phone" ItemStyle-HorizontalAlign="Center">  
    #                     <ItemTemplate>  
    #                         <asp:Label ID="lblPhone" runat="server" Text='<%# Eval("Phone") %>'   
    #                              ToolTip='<%# "Contact: " + Eval("FirstName") + " " + Eval("LastName") %>'    
    #                              CssClass="repGridText" />  
    #                     </ItemTemplate>  
    #                     </asp:TemplateField>  
    #                     <asp:TemplateField HeaderText="Email" ItemStyle-HorizontalAlign="Center">  
    #                     <ItemTemplate>  
    #                         <asp:HyperLink ID="hlEmail" runat="server" Text='<%# Eval("Email") %>'  
    #                              CssClass="repGridLbtn" NavigateUrl='<%#"mailto:" + Eval("Email") %>' />  
    #                     </ItemTemplate>  
    #                     </asp:TemplateField>  
    #                     <asp:TemplateField HeaderText="ESM" ItemStyle-HorizontalAlign="Center">  
    #                     <ItemTemplate>  
    #                         <asp:Label ID="lblRsm" runat="server" Text='<%# Eval("EsmTerritory") %>'   
    #                              ToolTip='<%# "Agent: " + Eval("AgentName") + ", Salesperson: " + Eval("SalesPerson") %>'  
    #                              CssClass="repGridText" />  
    #                     </ItemTemplate>  
    #                     </asp:TemplateField>  
    #                     <asp:TemplateField HeaderText="Machine" ItemStyle-HorizontalAlign="Center">  
    #                     <ItemTemplate>  
    #                         <asp:LinkButton ID="lbtnMach" runat="server" Text='<%# Eval("MachModel") %>'   
    #                              CssClass="repGridLbtn" CommandName="GetMachInfo"   
    #                              ToolTip='<%# "Factory: " + Eval("Producer") %>'   
    #                              CommandArgument=<%# Eval("MachID") + "§" + Eval("Name") + "<br />" + Eval("MachModel") %> />  
    #                     </ItemTemplate>  
    #                     </asp:TemplateField>  
    #                     <asp:TemplateField HeaderText="Est. Sales" ItemStyle-HorizontalAlign="Center">  
    #                     <ItemTemplate>  
    #                         <asp:Label ID="lblEstSales" runat="server" Text='<%#string.Format("{0:C}", Eval("EstSales"))%>'   
    #                              ToolTip='<%# "Invoice Probability: " +  Eval("InvProb") + "%, Chance: " +   
    #                              Eval("Chance") + "%" %>' CssClass="repGridText" />  
    #                     </ItemTemplate>  
    #                     </asp:TemplateField>  
    #                     </Columns>  
    #                 </asp:GridView>  
    #             </div>  
    #             </ContentTemplate>  
    #             </asp:UpdatePanel>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T03:57:29+00:00Added an answer on May 14, 2026 at 3:57 am

    Follow the link below.
    http://blog.lavablast.com/post/2008/10/Gotcha-WebKit-%28Safari-3-and-Google-Chrome%29-Bug-with-ASPNET-AJAX.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 443k
  • Answers 443k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer This behavior is implemented in DataGrid using BindingGroup. The DataGrid… May 15, 2026 at 6:17 pm
  • Editorial Team
    Editorial Team added an answer USB barcode scanners implement a HID device (the sane ones… May 15, 2026 at 6:17 pm
  • Editorial Team
    Editorial Team added an answer You can implement MyDialog::accept(). The function is virtual in QDialog. May 15, 2026 at 6:17 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.