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.
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.