随笔分类 -  ASP.NET

记录一些简单的使用
摘要:asp.netJson数据传递获取 阅读全文
posted @ 2014-09-17 09:53 泥称 阅读(341) 评论(0) 推荐(0)
摘要:在使用UpdatePanel做无刷新操作时候的js无聊注册方式:ScriptManager必须存在,当然使用了UpdatePanel也自然会存在ScriptManager.RegisterStartupScript(UpdatePanel1, this.GetType(), "bind", "ale... 阅读全文
posted @ 2014-07-13 11:30 泥称 阅读(149) 评论(0) 推荐(0)
摘要:using iTextSharp.text;//创建一个字体来使用和编码格式BaseFont baseFont = BaseFont.CreateFont("C:\\Windows\\Fonts\\simfang.ttf", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED); //单元格所使用的一个对象 iTextSharp.text.pdf.PdfPTable titlePdfTable = new iTextSharp.text.pdf.PdfPTable(1); titlePdfTable.WidthPer... 阅读全文
posted @ 2013-12-07 10:47 泥称 阅读(1097) 评论(0) 推荐(0)