如题

解决方案 »

  1.   

    用网页打开
            Response.ClearContent();
            Response.ClearHeaders();
            Response.ContentType = "application/pdf";        
            string strurl = "./caicai.pdf";
            Response.WriteFile(strurl);
            Response.Redirect(strurl);
            Response.Flush();
            Response.Close();预览还做不到
      

  2.   

    两种办法,一种是使用activX控件,一种是客户端的选择……
      

  3.   

    try this http://www.cnblogs.com/downmoon/archive/2007/12/29/1019661.html
    http://blog.csdn.net/downmoon/archive/2006/04/05/652043.aspx
      

  4.   

    我感觉最好的办法就行用GridView进行绑定