Textbox list of suggessions when item is clicked

Last post 11-11-2009 6:20 AM by rtpHarry. 1 replies.

Sort Posts:

  • Textbox list of suggessions when item is clicked

    11-11-2009, 1:48 AM
    • Member
      5 point Member
    • sharat80
    • Member since 09-12-2007, 12:43 PM
    • Hyderabad
    • Posts 23

    Dear everyone,

    I have treeview with some items in it on the webpage. I have a requirement where I need to get the textbox list when the tree view item is selected with out using the web service.

    Using auto complete extender and a web service I could get the list of suggessions from the Database for the textbox. Now we have a urgent requirement where need to get the list of suggessions when the item is selected in the tree view. This is very urgent requirement.

    Any help regarding this would be greatly appreciated,

    Thanking you all in advance,

    Sharat.


  • Re: Textbox list of suggessions when item is clicked

    11-11-2009, 6:20 AM
    Answer
    • All-Star
      35,250 point All-Star
    • rtpHarry
    • Member since 10-01-2006, 8:51 AM
    • Lincoln, England
    • Posts 5,731

    You can put the treeview and the listbox inside an <asp:UpdatePanel> to allow you to post back to the server without refreshing the page and without using a web service.

    This site has lots of tutorials on asp.net ajax:

Page 1 of 1 (2 items)