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 'UpdateStudent' takes 1 arguments

Source Error:


Line 429:        if (txtAddress2.Visible)
Line 430:            objst.Address = txtAddress2.Text.Trim() + " کد پستی=" + txtPostalCode2.Text.Trim();
Line 431:        objst.UpdateStudent(objst);
Line 432:
Line 433:        string[] ids = Helper.GetRequest(Request, ".id").Split(",".ToCharArray()); //HttpUtility.UrlDecode(Helper.GetRequest(Request, ".id")).Split(",".ToCharArray());

Source File: c:\inetpub\vhosts\iranzomar.com\httpdocs\Register.aspx.cs    Line: 431






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