|
-
Mar 21st, 2005, 12:18 PM
#1
Thread Starter
Member
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
-
Mar 22nd, 2005, 10:54 AM
#2
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|