1 / 6
文档名称:

OA办公系统.doc

格式:doc   大小:47KB   页数:6页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

OA办公系统.doc

上传人:1314042**** 2021/2/25 文件大小:47 KB

下载得到文件列表

OA办公系统.doc

相关文档

文档介绍

文档介绍:using SystemData;
using SystemWebUIWebControls;
using WebknifeDatabase;
using WebknifeBusiStudentManage;
using WebknifeEntityStudentManage;
public partial class stu_newstuadd : SystemWebUIPage
{
newstudentService studentser = new newstudentService();
newStudent student = null;
MyClass myclass = new MyClass();
/// <summary>
/// 加载事件
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void Page_Load(object sender, EventArgs e)
{
try
{
loginValidateGetContextStudentManageUser(thisContext);
if (Session["perstr"]ToString()IndexOf("kkkk2b") == -1)
{
btnSubmitVisible = false;
}
if (!IsPostBack)
{
morong();
gradelist();
if (Session["perstr"]ToString()IndexOf("kkkk2b") != -1)
{
showDetail();
}
}
}
catch (Exception ex)
{
ResponseWrite("<script>alert('" + exMessageToString() + "');historygo(-1);</script>");
}
}
private void morong()
{
DataTable dt_morong = new DataTable();
dt_morong = morongServiceGetAllMogrong();
if (dt_morongRowsCount != 0)
{
thisddlmorong