Stored Procedure using ASP.Net

Apr 10 2009 9:56 AM
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)