Click here to Skip to main content
16,017,881 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I have written the stored procedure.But there is Error during passing the parameter to stored procedure .
Posted

 
Share this answer
 
There is no data type called 'nvarchar' in ASP.NET. The equivalent is string. You are probably looking for Convert Class[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900