9
Answers

Stored Procedure using ASP.Net

randheer singh

randheer singh

15y
6.3k
1
I am creating an insert form which basically has three fields(name,password and department). I have created a stored procedure for insertion. I have also created a .cs file which handles all my connection settings including connection object ,command object. Now the problem is how to pass the values in th textbox to the class file.
Answers (9)