Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
118619 Points
18779 Posts
Apr 05, 2012 02:10 AM|LINK
Hello:)
In the standard SqlDataSource,I don't think it's suitable for you to use "?"(question mark)as a parameter token……I mean you should use @parameterName instead。And your @parameterName should be the same defined in the SelectParameters。
Reguards!
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: using parameter markers in case in where clause of SelectCommand in SqlDataSource
Apr 05, 2012 02:10 AM|LINK
Hello:)
In the standard SqlDataSource,I don't think it's suitable for you to use "?"(question mark)as a parameter token……I mean you should use @parameterName instead。And your @parameterName should be the same defined in the SelectParameters。
Reguards!