摘要:
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; using System.Web.Mvc; namespace mvctest { public static class MV... 阅读全文
摘要:
public static class MVCHellper { public static string GetErrors(ModelStateDictionary ms) { System.Text.StringBuilder sbtext = new System.Text.StringBuilder(); ... 阅读全文
摘要:
if (this.cbxSql.Checked) { SqlSelect = "SELECT Area_Date as Area_Date,PLE as PLE FROM " + TableName + " Where PLE>=0 and (Area_Date>='" + Local_richus 阅读全文