does any body knows how to pass parameters to stored procedures for crystal reports using Visual Stusio 2005.
do please post all ur valueable suggestions
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Puran KaushalPosted Mar 22, 2006, 8:17 AM
cmd.Parameters.AddWithValue(
"@MerchantID", 'value')value which ever value you want to pass
thats it