I have a value in an variable(MVC View). This value has to be passed to the stored procedure parameter.
The URL of Report hosted on Different box is:
http://differentbox/Reports/Pages/Report.aspx?ItemPath=%2fMyReports%2fReport1.
This reports needs a stored procedure, The value for the stored procedure should go from the MVC View.(The Value is available in a variable)
I want to Place a hyperlink on a MVC View, so that clicking on it will take the value from the MVC and stored procedure will run.
Any ideas please, I am looking for the approach of how to pass the value from VIEW to Stored Procedure.
Thank you