摘要: Response.ContentType The ContentType property specifies the HTTP content type for the response. If no ContentType is specified, the default is text/HTML. Syntax Response.ContentType [= ContentType ] P... 阅读全文
posted @ 2005-12-24 21:33 泡面 @ 幸福 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 将图片作为image类型,图片的读取:可以使用:SqlConnection myConnect=new SqlConnection(Str_connect_message) myConnect.Open();String str_sql="select images,image_type from table_image where id="+image_id; SqlCommand _SqlCo... 阅读全文
posted @ 2005-12-24 15:39 泡面 @ 幸福 阅读(1512) 评论(0) 推荐(0) 编辑