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 'DAL_Insert_ImgData' takes 5 arguments

Source Error:


Line 59:                             {
Line 60:                                 ADMIN dal = new ADMIN();
Line 61:                                 string FileName = dal.DAL_Insert_ImgData(1, "COUPLET", "/Admin/ShairGallery/", fileExt, txtShayarName.Text);
Line 62:                                 FileUpload1.SaveAs(folderPath + Path.GetFileName(FileName + fileExt));
Line 63:                                 //Image1.ImageUrl = "~/Admin/ShairGallery/" + Path.GetFileName(FileUpload1.FileName);

Source File: d:\Inetpub\vhosts\urduinc.com\httpdocs\UploadCoupletGallery.aspx.cs    Line: 61






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