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.