TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ritu
1.4k
347
42.2k
'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
Reply
Answers (
3
)
Corresponding input-group for input text?
How to create UserProfile on web app using asp.mvc?