Stored Procedure using ASP.Net
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.