how to pass two parameter to database from application using stored procedure in ado.net
for ex: select * from employee where userName=@usernm and password=@pwd
so how this @usernm & @pwd parameter passed to database in stored procedure.
so what code is write for that