摘要:
效果图: 前台使用了gridview控件: 深圳发货报表 选择时间: 付款时间 发货时间 收货单位: 仓库名称: 参考单号: 商品名称: 商品代码: 开始日期 截止日期: '> ' ... 阅读全文
摘要:
private void button1_Click(object sender, EventArgs e) { //获取文本 string text = this.txtName.Text; //得到Bitmap(传入Rectangle.Empty自动计算宽高) Bitmap bmp = Text 阅读全文
摘要:
1 using System; 2 using System.Collections; 3 using System.Collections.Specialized; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System.Configuration; 7 using System.Tex... 阅读全文
摘要:
1 2 3 //前台 4 5 6 7 8 //批量导入销售发货单 9 protected void BtnExecl_Click(object sender, EventArgs e) 10 { 11 if (UPExecl.HasFile == false)//HasFile用来检查FileUpload是否有指定文件 12 { 13 ... 阅读全文
摘要:
上面是效果图。 ------ 前台代码: <asp:GridView ID="CardID" runat="server" AllowPaging="True" PageSize="20" AutoGenerateColumns="False" OnPageIndexChanging="CardID 阅读全文
摘要:
发送电子邮件演示 邮箱地址: ... 阅读全文
摘要:
通常分页有3种方法,分别是asp.net自带的数据显示空间如GridView等自带的分页,第三方分页控件如aspnetpager,存储过程分页等。这里分别做总结。第一种:使用GridView自带分页,这种是最简单的分页方法。前台的方法:后台方法:代码usingSystem;usingSystem.C... 阅读全文
摘要:
其中aspx页面的控件代码: 以下是实现代码: 1 using System; 2 using System.Web; 3 using System.Web.UI; 4 5 namespace HoverTreeTool.HvtInfo.KeleyiClient 6 { 7 publ... 阅读全文