摘要: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { if (string.IsNullOrEmpty(Request.Params["CarPicPath"]) == false) ... 阅读全文
posted @ 2018-11-02 11:41 hi-latolo 阅读(607) 评论(0) 推荐(0)
摘要: <asp:BoundField DataField="BWFlag" HeaderText="黑/白名单" /> <asp:TemplateField HeaderText="车牌图片" ItemStyle-Width="100px"> <ItemTemplate> <asp:LinkButton 阅读全文
posted @ 2018-11-02 10:47 hi-latolo 阅读(386) 评论(0) 推荐(0)
摘要: protected void btnEdit_Click(object sender, EventArgs e) { if (txtCarPlateNumber.Text.Trim() == "") { ClientScript.RegisterStartupScript(GetType(), ... 阅读全文
posted @ 2018-11-02 10:45 hi-latolo 阅读(773) 评论(0) 推荐(0)