基本信息
源码名称:c#html 保存pdf
源码大小:14.42M
文件格式:.pak
开发语言:C#
更新时间:2015-04-09
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
taTable dt1 = ds1.Tables[0];
            if (ds1 != null && dt1.Rows.Count > 0)
            {
                string tm1 = dt1.Rows[0]["event_time"].ToString();
                string filename1 = dt1.Rows[0]["filename"].ToString().Trim();
                string filetype1 = dt1.Rows[0]["name"].ToString().Trim();

                if (Request["t"] != null)
                {
                    filetype.Text = "<a href='../../Module/GetIndexFileMail.aspx?tm="   tm1   "&Str="   filename1   " &SensitiveWord=&filetype="   filetype1   "&area=&type=1' target='_blank'>"   filetype1   "</a>";

                }
                else
                {
                    filetype.Text = "<a href='../manage/Module/GetIndexFileMail.aspx?tm="   tm1   "&Str="   filename1   " &SensitiveWord=&filetype="   filetype1   "&area=&type=1' target='_blank'>"   filetype1   "</a>";
                }