关于大学制度 [英] about university system

查看:76
本文介绍了关于大学制度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 我正在asp.net(c#)页面上工作
这是关于安排课程的大学系统
我遇到的问题,我想在两个页面之间建立链接
要进一步说明:
第一页包含(最后期限页面):这是部门负责人进行的页面管理,包含教师可以进行时间表的添加,删除或编辑的最后期限日期
我想转移这个日期,并出现在其他页面(教师页面)中,以查看提醒时间的截止日期是什么.
-问题是如何让老师看到部门负责人发送给老师的截止日期?
-在截止日期之后,如何阻止(添加,删除和编辑图标),这也给了老师一段时间来做他的工作.

任何人都可以给我一些想法,我该如何解决这个问题
预先谢谢您.

Hi I ‘m working on asp.net (c#) pages
It’s about university system for scheduling the courses
The problem that I faced , I want to make linking between two pages
To more clarify:
First page contain (deadline page ):which is the page mange by head of department, contain the last deadline date that the teacher can do the add, delete or edit of the schedule
This date I want to transfer and appear in other page ( teacher page ) to see what is the deadline to alert about the time.
-The problem how can I make the teacher see the deadline that the head of department send to the teacher?
- And how can I blocked the (add, delete and edit icons ) after that deadline ,which is also give the teacher period of time to do his job.

can any one give me ideas how can I solve this problem
Thank you in advance

推荐答案

您可以将截止日期详细信息保存到数据库中.每当加载教师页面时,截止日期详细信息
从数据库中检索.
并检查截止日期和当前日期.
如果其=或大于当前日期,则u可以更改添加,删除,编辑图标的可见性.
You can save the dead line details to database.Whenever the teachers page loads,the deadline details
are retrieved from database.
And check the deadline date with current date.
if its = or greater than the current date ,u can change the visibility of add,delete,edit icon.


截止日期页面由部门负责人管理,截止日期由他设置.

让我们来看看角色..
1)部门主管. (设置截止日期并可以编辑,更新,删除的人.)
2)老师. (可以看到截止日期并根据截止日期编辑,更新,删除时间表的人.)

检查数据库,某些字段必须是用于存储截止日期的字段.

获取日期并将其显示在教师页面上,并根据当前日期验证链接.

如果数据库中没有任何此类字段,请使用其他任何文件(如XML或纯文本文件)存储截止日期,并从xml/txt文件中获取教师页面上的日期.

希望你有主意:)

干杯,
The deadline page is manage by head of department and deadline is set by him.

Lets see the role..
1) Head of department. (One Who set deadline and can edit, update, delete).
2) Teachers. (One who can see the deadline date and edit, update, delete the schedule according to deadline).

Check the database, some field must be their for storing deadline date.

fetch the date and show it on the teachers page, validate the links as per the current date.

If database does not have any such field use any other file like XML or a plain text file to store the deadline date and fetch the date on teachers page from the xml/txt file.

Hope you got the Idea :)

Cheers,


这篇关于关于大学制度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆