Click here to Skip to main content
15,905,877 members

Comments by MickyTh (Top 5 by date)

MickyTh 15-Oct-18 0:24am View    
Deleted
<%
using (Html.BeginForm("Attendance", "RecordAttendance", FormMethod.Get, new { id = "AttendanceOptionForm" }))
{ %>
<%: Html.HiddenFor(m => m.ActivityType)%>
<%: Html.HiddenFor(m => m.AttendanceDate)%>
<%: Html.HiddenFor(m => m.AttendanceSortBy)%>
<%: Html.HiddenFor(m => m.CanChangeCheckingTime)%>
<%: Html.HiddenFor(m => m.CanParentCheckIn)%>
<%: Html.HiddenFor(m => m.GradeLevelCodes)%>
<%: Html.HiddenFor(m => m.IsCheckIn)%>
<%: Html.HiddenFor(m => m.IsAttendanceReport)%>
<%: Html.HiddenFor(m => m.IsDailyHeadCountReport)%>
<%: Html.HiddenFor(m => m.IsAttendanceSubmitted)%>
<%: Html.HiddenFor(m => m.ProgramPeriodID)%>
<%: Html.HiddenFor(m => m.TimeOfferedCode)%>
<%: Html.HiddenFor(m => m.CurrentTime)%>
<%: Html.HiddenFor(m => m.GroupID)%>
<%: Html.HiddenFor(m => m.SchoolID)%>

<%: Html.HiddenFor(m => m.IsRealTimeCheckInAvailable)%>
<%: Html.HiddenFor(m => m.InfoMsg)%>

Record Attendance





Select Date:



 

   

<%if(Model.CurrentAttendees>0){ %>
<%:Html.ActionLink("Current Attendees : " + Model.CurrentAttendees + " ", "Dashboard", "RecordAttendance", new { }, new { data_role = "button", data_theme = "e", data_inline = "true" })%>
<%} %>









<%
EZiPAD.Classes.ClsUtility objUtility = new EZiPAD.Classes.ClsUtility();
EZiPAD.Classes.clsSession objSession = new EZiPAD.Classes.clsSession();
Int64 AttendanceModeID = objSession.AttendanceModeID;
Boolean RecordActivityAttendance = objSession.RecordActivityAttendance;

if (objUtility.CheckModuleAccess(EZiPAD.Classes.ModuleNames.Attendance) == EZiPAD.Classes.ModuleAccessType.FullAccess)
{
%>
<%
//if ((AttendanceModeID == 5))
//{
%>


Record Check-In


Check-in children from enrolled list


Record Check-Out


Check-out children
<%
if(RecordActivityAttendance==true)
{ %>
<%-- --%>


Record Activity Attendance


Activity Attendance
<%
MickyTh 20-Nov-15 5:02am View    
Yes, I am trying to convert json to table format
MickyTh 5-Oct-15 2:29am View    
Thank you for your help.
I tried this 2 weeks ago.But this is not a permanent solution.Because I again got this error today.
Anyone know the reason for this error? Please help me
MickyTh 5-Oct-15 1:13am View    
Yes I have done clean deployment. But sometimes I got this error.
ie, In the morning I found this error and after sometime I can't find this error.
MickyTh 3-Apr-13 6:03am View    
Can you explain ur problem wth code?