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 37:                     labct1.Text = "Outbound Journey: Hanoi - Sapa on <b>" & vtrain.First.train_name & "</b>"
Line 38:                     LiteralOverview.Text = HttpUtility.HtmlDecode(vtrain.First.overview)
Line 39:                     LiteralTable1.Text &= trainClass.getBangGia("hanoi", "sapa", Request("train"), "s1")
Line 40:                     LiteralTable2.Text &= trainClass.getBangGia("sapa", "hanoi", Request("train"), "s2")
Line 41:                 End If

Source File: D:\vietsmile\webVisa\vietnamTrain\page\sapa-trains.aspx.vb    Line: 39






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