Ritu

Ritu

  • 1.3k
  • 344
  • 37.4k

'Procedure or function expects paramete

Mar 17 2020 4:33 AM
i want to store the values in database from asp.net website
 
i have 2 table 
1. Company 
which have c_id and c_email columns
2. CompanyUserLogin
which have c_id, c_email, password, security_ques, secure_pass columns
 
i want generate password or c_id which is stored in second table along with c_id and c_email from first table.
 
now i have create procedure in which insert query is created.
 
but when application is run it throws exception
"System.Exception: 'Procedure or function 'InsertPassCustomer' expects parameter '@password', which was not supplied.'" 
 
i have attached file please check. 

Attachment: pro.zip

Answers (3)