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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:46:21+00:00 2026-05-11T05:46:21+00:00

Using an update panel in ASP.NET and with the help of a good tutorial

  • 0

Using an update panel in ASP.NET and with the help of a good tutorial on ListView from Matt Berseth I accomplished the image below.

alt text http://www.balexandre.com/temp/StackOverflow_HowToStartUsingAJAX.png

The behavior is, when I click the BOLD names, the rows below that name with numbers are collapsed.

Getting the DATA:

This is a SDK WebService that I cannot change, and with it I get the bold names in one call and for each bold name the list of the numerable rows, in this example I had to call 4 times the Web Service

1 call to provide me with all bold names and then 1 call per bold name to get the secondary list.

My employer told me to not do this, but only get the secondary row when a user clicks in the bold name …

What should I do now? I’m kind’a lost here. 🙁

I know ‘what to do’ but not ‘how to do’

  • I created a new row in the HTML to be replaced using jQuery
  • in the listView_ItemDataBound method I change the javascript to have that Row ID in order to be easier to use the javascript function

But, how do I show a ‘loading’ image in that particular Row and load the secondary list?

(I already have a big one that is used to show a wait message when retrieving the bold names list)

alt text http://www.balexandre.com/temp/SuperOffice_forum_loadingIndicator.png

Do I need to create a middle WebService of my own to request this data right?

BIG problem is that I need to check ‘On Submit’ those checkboxes in the secondary rows as well 🙁

I’m completely lost here, can anyone show me the light please?

  • 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. 2026-05-11T05:46:21+00:00Added an answer on May 11, 2026 at 5:46 am

    ASP.NET Ajax can can use UpdateProgress the to display an image or anything.

    <asp:UpdateProgress ID='UpdateProgress1' runat='server' AssociatedUpdatePanelID='updPanel1' DisplayAfter='0'>     <ProgressTemplate>         <img alt='Please Wait' src='Images/processing.gif' />     </ProgressTemplate> </asp:UpdateProgress> 

    You can use javascript to move it to any area on a page by setting the position to absolute.

    The best way to do this solution is to program the who page using post backs. Then put an Ajax UpdatePanel on the page.

    The web services you can call on the click event on each of the row to populate the data. Put the data in a panel that is hidden. Use Jquery and a start up script to display it if want it to ‘slide’ down.

    The best advice I can give is don’t worry yet about having a real slick UI. Get the page working, and get the data from the web service. Then after you have that done, work on getting the UI to look better.

    This is like playing music, you can’t write all the parts of a song at once. You start with a theme then you create the melody, the second and 3rd parts etc. . . .

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

Sidebar

Ask A Question

Stats

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

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

    • 7 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use the valueOf method which is automatically created for each… May 11, 2026 at 10:39 pm
  • Editorial Team
    Editorial Team added an answer I see you are using a custom assembly descriptor. But… May 11, 2026 at 10:39 pm
  • Editorial Team
    Editorial Team added an answer In ubuntu, the default vim install comes from the package… May 11, 2026 at 10:39 pm

Related Questions

I'm using an Ajax update panel and have recently added ASP.NET tracing code to
Clarification: Put simply, I'd like to put an ASP.NET UpdatePanel inside the info window
I been waiting for sometime now to bring my Asp.net Preview 4 project up
I am using asp.net ajax version 1.0 on asp.net 2.0. (I cannot yet upgrade

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.