如何在一段时间后更新ASP应用程序中的数据

如何在一段时间后更新ASP应用程序中的数据

本文介绍了如何在一段时间后更新ASP应用程序中的数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 限时删除!! hi 我的申请必须每天维护员工出勤详情。 在应用程序中,我通过使用IN& amp;获得员工IN时间和OUT时间。 OUT按钮。 员工进入办公室时必须单击输入按钮,同时他点击退出按钮 他离开从办公室申请。 通过使用OUT Time按钮点击,我保留当天的出勤详情。 我的要求: 假设员工没有上任(缺席),我将不会获得IN& OUT细节该员工当天。 所以经过一段时间后假设在下午6点办公室关闭时间后,应用程序将搜索所有员工的IN和OUT时间,然后它将会为那些缺席的员工自动存储(将数据发送到数据库)。 我如何实现它? 谢谢提前.. 克里希纳.. 解决方案 hiMy application have to maintain employee attendance details daily.In the Application, i am getting employee IN Time and OUT Time by using IN & OUT Buttons.The employee has to Click IN button when he enter in to office and similarly he Click on OUT button whenhe leaving from office in application.By using OUT Time button click, i maintain the attendance details on that day.My requirement:Suppose the employee is not came to office(absent), i will not get IN&OUT details for that employee on that day.so after some time suppose After 6 PM office closing time,the application will have search all employee IN and OUT times, then and it will automatically store(send data as Absent to database) for those employee who are absent.How can i achieve it?Thanks Advance ..Krishna.. 解决方案 这篇关于如何在一段时间后更新ASP应用程序中的数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 1403页,肝出来的..
09-06 11:41