摘要:
动态页面的增删查改,不多说了,直接上代码跟前面的一般处理程序一样我上用的同一套三层,只是UI层的东西不一样,在纠结着要不要重新在上一次以前上过的代码:纠结来纠结去,最后我觉得还上上吧,毕竟不上为我省服务器的空间:哈哈哈,有点小坏..dal层 (数据层)代码分别helper and studentma... 阅读全文
摘要:
接下来我创建Dal(数据访问层)创建一个StudentManagement_DAL.cs类文件,直接上代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.T... 阅读全文