I have a combo box on my form (written in c#). I want to populate this combo from a stored proc. (easy enough) but I only want to have the combo populated once the user has typed at least one charactor in the combo. I will use this value as a param to my stored proc. to return limited results.
I am not sure where to put this coded. Should I put it in the _SelectedIndexChanged or elsewhere.
Thanks,
kss
Ordinary Programmer
I am not sure where to put this coded. Should I put it in the _SelectedIndexChanged or elsewhere.
Thanks,
kss
Ordinary Programmer