<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Signup.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Tools.ListenLesson.Signup" %> <% if (this.ErrorCode == 1) { %> ErrorCode=<%= this.ErrorCode %> Message=<%= this.Message %> <% } else { %> ErrorCode=0 ListenLessonName=<%= this.LLUser.ParentListenLesson.Name %> ListenLessonGuid=<%= this.LLUser.ParentListenLesson.Guid %> StartTime=<%= this.LLUser.ParentListenLesson.BeginTime.ToShortDate() %> EndTime=<%= this.LLUser.ParentListenLesson.EndTime.ToShortDate() %> LLUserName=<%= this.LLUser.ParentUser.TrueName %> <% } %>