can we pass a return and control parameter together in sqldatasource control
This is related to listing 4-4 (handling return parameter value from a stored procedure) of the book . i want to know is it possible to pass a control parameter and return data from a stored procedure as well as pass a return parameter to the same procedure using same sql data source control.
I have tried it but only select statement of control parameter gets executed.
And data is shown in grid view. Return Parameter is not passed.
Plz help.
I can post the code.
|