Dynamic generation of combobox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nudrat
    New Member
    • Aug 2007
    • 38

    Dynamic generation of combobox

    Hi,
    I want to generate new combo box in next row as soon as user clicks a button. the code i want in AJAX.

    Thanx & Regards
    Nudrat
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Originally posted by nudrat
    Hi,
    I want to generate new combo box in next row as soon as user clicks a button. the code i want in AJAX.

    Thanx & Regards
    Nudrat
    moved to javascript/ajax forum. Please note that the closest thing to a visual basic "combo box" in HTML is called a "drop down select". Also you might want to think about asking a question; as it stands now you have only stated a fact.

    Comment

    • dmjpro
      Top Contributor
      • Jan 2007
      • 2476

      #3
      Originally posted by nudrat
      Hi,
      I want to generate new combo box in next row as soon as user clicks a button. the code i want in AJAX.

      Thanx & Regards
      Nudrat
      Why do you need to have AJAX here?
      Do you want to run some scripts on Server Side after clicking the Button.
      Actually if you want to add a combo box with Static items dynamically.
      That can be done using Pure JavaScript.
      If the items picked up from Server Side then you need AJAX.
      Your need first one or second one?
      Let me know please !

      Debasis Jana.

      Comment

      Working...