Tagged Questions
15
votes
8answers
46k views
How to pass variable to SelectCommand of SqlDataSource?
I want to pass variable from the code behind to SelectCommand of SqlDataSource?
I dont want to use built-in parameter types (like ControlParemeter, QueryStringParameter, etc)
I need to pass a ...
2
votes
3answers
13k views
How to specify parameter value for stored procedure in SqlDataSource
Being new to using the declarative syntax of SqlDataSource I am trying to figure out a way to set the value of a parameter to a stored procedure. I have a Client_ID that is passed via the Request ...
2
votes
4answers
2k views
Getting 'too many parameters passed' to stored procedure on ASPX page
I'm having trouble figuring this error out. I have a grid on an ASPX page that displays data from a stored procedure in an SQL Server 2008 database. When the page loads, I get the following error:
...