06 2006 档案

C#实现SQL Server中存取图片文件
摘要:using System;using System.Windows.Forms;using System.Data.SqlClient;using System.Data;using System.IO; //将数据写进数据库 //参数: //FilePath 文件路径 //ConnectionString 连接字符串 public void SaveDataIntoDat... 阅读全文
posted @ 2006-06-30 15:06 Henry's SharePoint & DotNet Blog 阅读(601) 评论(0) 推荐(0)
DataGrid使用心得
摘要:1. 为 DataGrid 控件设计样式 在之后添加如下代码 说明: (1) 在每个标签内主要是 ForeColor BackColor Font-Bold 这几个属性值 2. 为 DataGrid 控件添加绑定列 说明: (1) 在标签内的基本属性是 Dat... 阅读全文
posted @ 2006-06-29 13:44 Henry's SharePoint & DotNet Blog 阅读(348) 评论(0) 推荐(0)
ASP.NET设计中的性能优化问题
摘要:ASP.NET设计中的性能优化问题 一、SqlDataRead和Dataset的选择 Sqldataread优点:读取数据非常快。如果对返回的数据不需做大量处理的情况下,建议使用SqlDataReader,其性能要比datset好很多。缺点:直到数据读完才可close掉于数据库的连接 (SqlDataReader 读数据是快速向前的。SqlDataReader 类提供了一种读取从... 阅读全文
posted @ 2006-06-28 09:20 Henry's SharePoint & DotNet Blog 阅读(280) 评论(0) 推荐(0)
ComponentArt.web.ui Grid
摘要:序:次系列文章为ComponentArt.web.ui 3.0文档的中文翻译(主要为grid,如有时间将继续) ComponentArt Grid指南概述: 为ASP.NET设计的ComponentArt Grid结合了我们的专利表现技术和AJAX技术,包括客户端,服务器端和回传运行模式 主要特征包括:分页,排序,分组,过滤,查找,列缩放和排序,分级显示和多重表格,客户端和服务器端模板,多... 阅读全文
posted @ 2006-06-13 11:57 Henry's SharePoint & DotNet Blog 阅读(3525) 评论(6) 推荐(1)