摘要: 首先要在aspx页面中的gridview中绑定两个模板列: <asp:TemplateField HeaderText="品牌"> <ItemTemplate> <asp:DropDownList ID="ddlPinPai" runat="server" CssClass="txtInput" A 阅读全文
posted @ 2016-09-27 10:37 会一 阅读(842) 评论(0) 推荐(0) 编辑
摘要: public string FormatAmount(decimal? amount = null) { amount = amount ?? Amount; var s = amount.ToString(); if (s.Length < 2) { return s; } var len = s 阅读全文
posted @ 2016-09-27 09:23 会一 阅读(1287) 评论(0) 推荐(0) 编辑