Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an sql stored procedure it returns output from print statement. How can I bind to DropdownList.
Posted

1 solution

I guess this is logically possible, but what needs to be determined for anyone to help is the following:

A: are you executing the sql SP based on a selection made in the dropdown box then using the result set elsewhere?

B: are you executing the sql SP from elsewhere in the form and wish to populate a dropdown box from a result set?

C: Other unthought of scenario? :doh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900