CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Mar 2003
    Location
    London
    Posts
    198

    [RESOLVED]populating Drop down with items frmo server.

    I want to fill a drop down/combo with list of items, when a user clicks a button,
    I am calling my php page using http request of AJX and then fill up the combo
    using
    combo.blala.innerHtml= "code to fill combo"

    I want to know whats the best approach to generate code,
    should I genreate complete html at server side and return or should I return only the list of items seperated by something or XML and then generate the HTML at client side, ..

    which approach is clean and much prefered, any ideas..
    Regards,
    Ahmed
    Last edited by xs2ahmed; September 26th, 2007 at 08:45 AM. Reason: putting resolved tag in subject
    He is not strong and powerful, who throws people down, but he is strong who withholds himself from anger
    MyWeb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured