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 7761105
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T14:03:39+00:00 2026-06-01T14:03:39+00:00

I have an ASP.NET web site with something similar to the following code: .aspx

  • 0

I have an ASP.NET web site with something similar to the following code:

.aspx

<asp:UpdatePanel ID="UpdatePanel" runat="server">
    <ContentTemplate>
        <table id="RatesTable">
            <tr>
                <td>Hotel</td>
                <td>&nbsp;</td>
            </tr>
            <tr id="NewRateRow">
                <td>
                    <asp:DropDownList ID="TxtHotel" runat="server" OnSelectedIndexChanged="TxtHotel_SelectedIndexChanged" AutoPostBack="true">
                    </asp:DropDownList>
                </td>
                <td>
                    <a href="javascript:AddHotelPackRate()">Add</a>
                </td>
            </tr>
        </table>
    </ContentTemplate>
</asp:UpdatePanel>

AddHotelPackRate JS function, reads the value in the dropdown and “draws” a new row at the beginning of the table, containing this value.
The problem is that after this, when the SelectIndexChanged function is executed again, the row that was added before, now disappears.

Is there a way to avoid losing this type of information after postback?

  • 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-01T14:03:40+00:00Added an answer on June 1, 2026 at 2:03 pm

    You’ll either have to have the content added by JS inside of the updatepanel, or you’ll need to add whatever data the JS code added in the postback so that it continues to exist when the data is re-drawn.

    The easy way is probably just to have AddHotelPackRate cause an updatepanel update that adds the row via server side code along with any other database/etc. changes so that it will continue to persist.

    Edit: another comment also brings up the fact that you could just not update the update panel when the selected item changes, thus avoiding the issue entirely (in a different way).

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

Sidebar

Related Questions

I have an ASP.Net web site (ASPX and ASMX pages) with a single web.config
I have an ASP.NET 2.0 web site hosted on Windows Server 2008 with IIS
I have deployed ASP.NET web site and ASP.NET web service on the same web
I have an ASP.NET web site dedicated to reporting on PBX extension stats. It
I have a asp.net web site that was developed on the .Net Framework v2
I have a asp.net web site built with .net 2.0 framework. we recently purchased
I have an ASP.NET Web Forms web site. It has a page inside of
I have an ASP.NET MVC web site. I have many actions which require authentication
In my ASP.Net Web Site I have a button.When I click the button and
I have a asp.net 2.0 web site with numerous asp:DropDownList controls. The DropDownList control

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.