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: BC30455: Argument not specified for parameter 'depart' of 'Public Function getBangGia(fromCity As String, toCity As String, trainUrl As String, nameS As String, depart As String) As String'.

Source Error:


Line 31:                     labTitle.Text = "TRAIN FROM " & vroute.First.from_city.ToUpper & " TO " & vroute.First.to_city.ToUpper & ""
Line 32:                     LiteralTable.Text = "<h3>Train Schedule: " & vroute.First.from_city & " - " & vroute.First.to_city & "</h3>"
Line 33:                     LiteralTable.Text &= trainClass.getBangGia(Request("from"), Request("to"), "", "s1")
Line 34: 
Line 35:                     LiteralQuestion.Text = "<p> <span Class='text-bold'>How long does it take to travel by train between " & vroute.First.from_city & " to " & vroute.First.to_city & "?</span>"

Source File: D:\vietsmile\webVisa\vietnamTrain\page\schedule.aspx.vb    Line: 33






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