| Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/ASP.NET/VB/EventRegistration/ |
| Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/ASP.NET/VB/EventRegistration/Global.asax |
<%@ Application Language="vb" %>
<%@ Import Namespace="System.Collections.Generic" %>
<script runat="server">
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
DataHelper.LoadDataBase()
Application("Sessions") = DataHelper.Data.Sessions
DevExpress.Web.ASPxClasses.Internal.DemoUtils.RegisterDemo("EventRegistration")
End Sub
</script>