This is a migrated thread and some comments may be shown as answers.

[Solved] combobox value not passed to stored procedure

0 Answers 114 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
DC
Top achievements
Rank 1
DC asked on 17 Feb 2010, 07:37 PM
Hi,

I have two comboboxes that are both reading via stored procedures to a customer table. Box 1 is Surname and simply returns all surnames in the table. Box 2 accepts the value of box 1 as an input parameter and is supposed to only return a list of first names that match the surname the user picks. I linked up the correct control to the input parameter and it compiles and runs. There are no errors but after I select a surname, the first name field is completely empty as if the parameter I passed was empty.

Does anyone have an idea of what might be wrong?

Thanks!

Hey all, please disregard this one. I'm a total newbi to AJAX and telerik. I set the combobox autopostback to true and this works fine now. I wasted a bunch of time trying to reset my stored proc parameter and it turned out to be the simplest little oversight. Oh well.

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
DC
Top achievements
Rank 1
Share this question
or