programming in n tier
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i m getting below error when increase the row in the table and insert the new data by dot net application Procedure 'InsertData' expects parameter '@Addresss', which was not supplied.
rizvan sivally
By the looks of it, I would say that you are trying to execute InsertData stored procedure from your application, but failed to supply(as the error indicates) a value for @Address parameter. It would be better if you edit your question and post the relevant code so we can provide a better answer, in case this does not help. Edit: To the bronze univoters, it would be better if you state your reasons of downvoting the answer.
Signature construction in progress. Sorry for the inconvenience.