Query data source webpart with stored procedure w. parameter

Alexander Toups asked on December 16, 2015 14:15

I'm trying to use a Query data source webpart together with a stored procedure from a custom table. How can I pass a parameter to the StoredProc?

Recent Answers


Brenden Kehren answered on December 16, 2015 16:30

You might find some inspiration from this web part.

http://devnet.kentico.com/marketplace/web-parts/parameterised-sql-data-source

0 votesVote for this answer Mark as a Correct answer

Timothy Fenton answered on December 16, 2015 22:01

Hello Alex, our out of box query data source does not work with parameter-based stored procedures. Brenden has given a great suggestion, to work off of this custom webpart, however if you are using 8.0+ you will need to customize it to work in your solution using the new API's

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.