本文介绍了时间表管理设计的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在用C#在ASP.NET中完成我的项目.
我在设计时间表管理时遇到问题.
即在表中,我必须维护主题名称,主题代码,员工名称,员工ID.然后单击生成"按钮,可以自动创建具有某些约束和两种或更多种可能方式的班级时间表.
请对此提供帮助.

谢谢.
KRISHNAPRAKASH.R
[删除电子邮件ID以防止垃圾邮件]

I am doing my project in ASP.NET with C#.
I have a problem of designing a Timetable management.
i.e. in a table i have to maintain subject name, subject code, staff name, staff id. Then by clicking GENERATE button, time table for the class can be created automatically with some constraints and 2 or more possible ways.
please help me regarding this.

thank you.
KRISHNAPRAKASH.R
[Email Id removed to protect from spamming]

推荐答案


这篇关于时间表管理设计的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 01:32