Server Error in '/' Application.

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: CS1501: No overload for method 'Contact_US_Insert_Thankyou' takes 8 arguments

Source Error:


Line 165:            else
Line 166:            {
Line 167:                int id = Contact_US.Contact_US_Insert_Thankyou(txt_Name.Text.Trim(), txt_Message.Text.Trim(), txt_Email.Text.Trim(), ddl_Subject.Text, txt_Phone.Text.Trim(), IP, "", "");
Line 168:                Contact_US._Id = id;
Line 169:                ClientScript.RegisterStartupScript(GetType(), "showalert", "alert('Message Sent Succesfully.')", true);

Source File: d:\Websites\Deck7.com\httpdocs\RequestPage.aspx.cs    Line: 167






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4465.0