摘要:
在BLL转换 public List<MP_invoiceItem> getinvoiceItem(string doc_no, string dept) { List<MP_invoiceItem> list = new List<MP_invoiceItem>(); DataTable dt = 阅读全文
摘要:
public string specialprint(string str) { string result = ""; char c = (char)10; string[] arr_terms; if (str != null) { arr_terms = str.Split(c); for ( 阅读全文
摘要:
赋值: foreach (Control tb in form1.Controls) { if (tb is TextBox) { TextBox t = tb as TextBox; t.ReadOnly = true; } } foreach (Control ctl in chk_offer. 阅读全文
摘要:
首先添加引用AspNetpager.dll(将.dll文件放在bin中进行引用) 接着添加<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %> aspx: <webdiyer:Asp 阅读全文
摘要:
repater: sql里面求和 if (e.Item.ItemType == ListItemType.AlternatingItem || e.Item.ItemType == ListItemType.Item) { Model.MP_invoiceItem mp = ((Model.MP_i 阅读全文