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

  • SEARCH
  • Home
  • 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 8702791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:44:28+00:00 2026-06-13T02:44:28+00:00

I am using updatepanel to avoid the postback and the code is working fine

  • 0

I am using updatepanel to avoid the postback and the code is working fine in IE8 and firefox but not in IE9. I also tried installing latest ajax toolkit from codeplex but it did not help me either.Please help me with this. My code is something like below/….

<table width="800px">
                                <tr>
                                <asp:UpdatePanel runat="server" ID="upCountry">
                                <ContentTemplate>
                                    <td class="TextLabelForHeader" width="300px">
                                        Country:
                                        <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="ddlCountry"
                                            ErrorMessage="*" InitialValue="Select.." ValidationGroup="VGHeader"></asp:RequiredFieldValidator>
                                    </td>
                                    <td align="left">
                                        <asp:DropDownList ID="ddlCountry" runat="server" OnSelectedIndexChanged="ddlCountry_SelectedIndexChanged"
                                            AutoPostBack="true" OnDataBound="ddlCountry_DataBound" onchange="SelectCurrency(this);"
                                            ValidationGroup="VGHeader">
                                        </asp:DropDownList>
                                    </td>
                                    <td align="left">
                                        &nbsp;
                                    </td>
                                    </ContentTemplate>
                                    </asp:UpdatePanel>
                                </tr>
                                <tr>
                                <asp:UpdatePanel runat="server" ID="upCurrency">
                                <ContentTemplate>
                                    <td class="TextLabelForHeader" width="300px">
                                        Currency:&nbsp;&nbsp;&nbsp;
                                    </td>
                                    <td align="left">
                                        <asp:DropDownList ID="ddlCurrency" runat="server" ValidationGroup="VGHeader">
                                        </asp:DropDownList>
                                    </td>
                                    <td align="left">
                                        &nbsp;
                                    </td>
                                    </ContentTemplate>
                                    </asp:UpdatePanel>
                                </tr>
                                <tr>
                                    <td class="TextLabelForHeader" width="300px">
                                        Client:
                                        <%--<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" 
                                                        ControlToValidate="ddlClient" ErrorMessage="*" InitialValue="Select.." 
                                                        ValidationGroup="VGHeader"></asp:RequiredFieldValidator>--%>
                                        <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtClient"
                                            ErrorMessage="*" ValidationGroup="VGHeader"></asp:RequiredFieldValidator>
                                    </td>
                                    <td align="left">
                                        <%--    <asp:DropDownList ID="ddlClient" runat="server" Height="16px" Width="143px" Enabled="false"
                                                        OnDataBound="ddlClient_DataBound" onchange="DisplayTextbox(this);" ValidationGroup="VGHeader">
                                                    </asp:DropDownList>--%>
                                        <asp:TextBox ID="txtClient" runat="server" Width="143px" ReadOnly="true" ValidationGroup="VGHeader"></asp:TextBox>
                                        <%--<div id="form_ProductContainer" style="display: none;">
                                                        <asp:TextBox ID="txtNewClientName" runat="server"></asp:TextBox>
                                                    </div>--%>
                                    </td>
                                    <td class="TextLabelForHeader" style="text-align: left;">
                                        <asp:Button ID="btnContinue" runat="server" OnClick="btnContinue_Click" Text="Continue"
                                            ValidationGroup="VGHeader" />
                                    </td>
                                </tr>
                            </table>
  • 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-06-13T02:44:30+00:00Added an answer on June 13, 2026 at 2:44 am

    Discussion: Is it vital that it uses IE9 as is? If it isn’t then you could just force it to render as IE8 with the following code inserted in the head section of the page or master page.

    Possible Solution:

    <meta http-equiv="X-UA-Compatible" content="IE=IE8" />
    

    Updated Response

    Identified Issue: I had a look at your code and you have no update Panel inside the last TR element. I imagine now that the code originally worked in IE8 because you probably had another update panel that covered the entire table.

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

Sidebar

Related Questions

im making a username availability check in ASP.net using ajax updatepanel, but i keep
I am using a Tree View Hierarchy inside the UpdatePanel . The ASP.NET code
i am doing async postback using updatepanel. after async postback button is click two
i am using updatepanel for a linkbutton so that it doesnot refresh the whole
I am using UpdatePanel to trigger a button click event, which saves some 100+
IIS6 http compression with ASP.NET: is there any disadvantage especially when using ajax updatepanel
I have an UpdatePanel which I am using to replace the content inside of
A radiobutton list and a repeater are in an updatepanel. The repeater is using
I am trying to create a dynamic UI using UpdatePanel of AJAX toolkit. Let
I've been using an UpdatePanel to asynchronously load a list with entries based on

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.