I have a stored procedure where it accepts input parameter from front end. the result of the stored procedure will get 2 selected columns and these column data I need to bind to drop down list in the front end based on these parameters.
Any reference code can i get?