Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
See more:
Hi All,
I have list of items like
  • Data 1
  • Data 2
    • my unorder list is inside the
      update panel, when i am selecting the list item then i am refreshing the data in another updated panel, and according to selection i am selecting the item.

      In my list has 1000 item but i don't want to refresh whole list i just want to refresh only item selected. Is it possible while my un-order list is inside the updated panel? If i do not refresh the updated panel where my un-orderd list reside then selection does not appear.
      Is there any way to refresh only that item?

      For example: If i have list like
      • Data 1
      • Data 2
      • Data 999
      • Data 1000

        • If i clicked on Data 1000 then i wanted to refresh only Data 1000 item not whole
          un-order list while my un-order list inside the update panel.

          Is it possible?
Posted
Comments
Ganesh KP 28-Sep-13 2:27am    
Hi Amit, as far as I understand from your query, you have a list with some x no.of items, and on selecting one item in the list you want to update some data in another update panel. this is what I understand from your query.

I think u can get the selected item from one list and based on the selected item value, u can do what ever update you want to do it.

also please mention clearly what your query was and which controls you are using, which technologies you are working on? Please mention clearly about every thing, that makes others to answer to your query.
amit_83 28-Sep-13 2:52am    
I am using asp.net. I have 2 updatepanel 1 pdate panel has list of items and other panel has textbox o other things. when i select an item from list of item then i am refreshing the otherpanel that is ok it is working as expected, but i want to refresh the item also that is selected by me not the whole list of items. Is that possible?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900