Results 1 to 2 of 2

Thread: ComboBox

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2004
    Posts
    62

    ComboBox

    I am using a combo box from MetaBuilders.WebControls and it's working fine. The problem I am facing is that I can't write a client-side event like onchange or onselect so I am stuck with server side ontextchange event.

    I wanted to add a feature that when user selects a person's name from the combo box list, person's address, city, state and zip should be populated in their text boxes if the record exist in the database. Also, the user can add a new person when they select 'Add a new user' from the combobox list. Like I said, it all works fine except it refreshes the page twice and it's because I am calling a server side event. Can any one tell me how I can write a client side function for this custom combo box? Thanks in advance

  2. #2
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    Re: ComboBox

    how would u interact with the database using client side code?

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