Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

206
Views
Update array js data from repeater

repeater itself is updated, the messagebox was displayed from the c# code, but when the function is called, the original data remains in the array

<script>
             Sys.WebForms.PageRequestManager.getInstance().add_endRequest(mark);
             Sys.WebForms.PageRequestManager.getInstance().beginAsyncPostBack();
             function mark() {
                 var markers3 = [
                     <asp:Repeater ID="rptMarkerss" runat="server" DataSourceID="Search_data">
                         <ItemTemplate>
                         {
                                 "lat": '<%# Eval("lat")%>',
                             "lagg": '<%# Eval("lagg")%>',
                        "url_mark": '<%# Eval("url_mark")%>',
                        "Name_object": '<%# Eval("Имя объекта")%>',
                        "Adress": '<%# Eval("Adress")%>' ,
                        "Number_object": '<%# Eval("Number_object")%>',
                        "Raion":  '<%# Eval("Raion")%>',
                    "District": '<%# Eval("District")%>',
                    "Tip": '<%# Eval("Tip")%>',
                             "Supervisor": '<%# Eval("Supervisor")%>'
                         }
                         </ItemTemplate>
                         <SeparatorTemplate>
                             ,
                         </SeparatorTemplate>
                     </asp:Repeater>
                     <% %>
                 ];
                 alert(markers3.length);
             }
         </script>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!