Καλημέρα και καλή χρονιά
έχω φτιάξει μια βάση για εγγραφή μελών, αλλά όταν τρέχω την σελίδα έχω αυτό το λάθος
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1502: The best overloaded method match for 'System.Data.SqlClient.SqlCommand.SqlCommand(string, System.Data.SqlClient.SqlConnection)' has some invalid arguments
Source Error:
Line 26: try
Line 27: {
Line 28: cmd = new SqlCommand ("insert into Tb_Registration (Firstname,Lastname,Username,Password,Emailid,Phone,Address) values (@Firstname,@Lastname,@Username,@Password,@Emailid,@Phone,@Address)", con);
Line 29:
Line 30: cmd.Parameters.AddWithValue("@Firstname", txtFirstname.Text.Trim());
όλες της παραμέτρους της έχω δηλώσει πάντως.