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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T10:30:13+00:00 2026-06-03T10:30:13+00:00

i am new to AJAX i am trying to update a Repeater Control When

  • 0

i am new to AJAX i am trying to update a Repeater Control When user Click on Search Button which is out side the updatePanel using Trigger event of UpdatePanel the CSS get Distorted when Repeater Control is Placed inside UpdatePanel Whhen the Update Panel is Removed Then the CSS is applied perfectly why does it happen?

Code:

 <div class="jqueryresultsBackground">
 <asp:UpdatePanel ID="UpdatePanel1" runat="server">
 <ContentTemplate>
     <asp:Repeater ID="ResultsRepeater" runat="server">
                  <HeaderTemplate>
                      <table border="0" cellpadding="0" cellspacing="0" width="100%">
                          <tr>
                              <td>
                                  &nbsp;
                              </td>
                          </tr>
                      </table>
                  </HeaderTemplate>
                  <ItemTemplate>
                      <tr>
                          <td>
                              <table align="center" width="100%">
                                  <tr>
                                      <td align="left" class="searchResFieldName" width="40%">
                                          <asp:Image ID="Image1" runat="server" ImageUrl="~/images/deleted.png" 
                                              Style="z-index: 1; position: absolute; margin-left: -5px;" 
                                              Visible='<%# DeletedImageVisibility(Eval("IsActive"))%>' />
                                          <br />
                                          <%# Eval("UnicodeFullName")%>
                                      </td>
                                      <td width="10%">
                                         Col1
                                      </td>
                                  </tr>
                              </table>
                          </td>
                          <td width="10%">
                              Col2
                          </td>
                          <td width="10%">
                             Col3
                          </td>
                          <td width="8%">
                              Col4
                          </td>
                          <td width="5%">
                              Col5
                          </td>
                          <td width="10%">
                              Col6
                          </td>
                      </tr>
                      <tr>
                          <td align="left" class="searchResFieldName" width="35%">
                              <%# Eval("EnglishFullName")%>
                          </td>
                          <tr>
                              <td align="left">
                                  <%# Eval("HouseNumber")%>
                                  <br />
                                  <%# Eval("UnicodeAddress")%>
                              </td>
                              <td>
                                  <b><%# Eval("ConstituencyNumber")%></b>
                              </td>
                              <td>
                                  <b><%# Eval("PartNumber")%></b>
                              </td>
                              <td>
                                  <b><%# Eval("SerialInPart")%></b>
                              </td>
                              <td>
                                  <b><%# Eval("Age")%></b>
                              </td>
                              <td>
                                  <b><%# Eval("Sex")%></b>
                              </td>
                              <td>
                                  <b><%# Eval("CardNo")%></b>
                              </td>
                          </tr>
                          <tr>
                              <td>
                                  <%# Eval("Address")%>
                              </td>
                              <tr>
                                  <td>
                                  </td>
                                  <td align="left" class="searchResPrabhag" colspan="7">
                                      &nbsp;
                                  </td>
                              </tr>
                          </tr>
                          </table>
                          </td>
                      </tr>
                      <tr>
                          <td>
                              <hr />
                          </td>
                      </tr>
                  </ItemTemplate>


<FooterTemplate>
                      <tr>
                          <td>
                              &nbsp;
                          </td>
                      </tr>
                      </table>
                  </FooterTemplate>
              </asp:Repeater>
</ContentTemplate>

              <Triggers>
                  <asp:AsyncPostBackTrigger ControlID="SearchButton" EventName="Click" />
              </Triggers>

          </asp:UpdatePanel>
            <asp:HiddenField ID="CurrentPageHiddenField" runat="server" />
 </div>
  • 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-03T10:30:14+00:00Added an answer on June 3, 2026 at 10:30 am

    Your HTML is broken… The HeaderTemplate is closing your table.

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

Sidebar

Related Questions

Hey there, new to AJAX, JS.. Im trying to add to a Javascript/Ajax search
I'm trying to figure out how to load a new image with ajax when
I am trying to update a KnockOutJS page using an Ajax call. The Update
i'm using Dojo 1.6 and trying to update an Html-Store with new data using
I am trying to update a partial view using ajax, but for some reason
I am trying to update a model using jQuery AJAX by passing a JSON
i'm trying to update a listbox using ajax/jquery/webmethod. from inspecting network activity in developer
I need to update the custom option value using ajax. I am trying to
I'm completely new to the javascript and ajax world but trying to learn. Right
I'm new to AJAX and PHP but I know that PHP is a server-side

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.