﻿
Partial Class order_centre_error_page
    Inherits System.Web.UI.Page

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        ErrorLabel.Text = "Unable to create a job due to some technical problem. <br/> Please contact your Administrator."
    End Sub
End Class
