代码改变世界

随笔档案-2008年5月22日

ASP.NET Datalist分页

2008-05-22 21:49 by Virus-BeautyCode, 1044 阅读, 收藏, 编辑
摘要: http://hi.baidu.com/wangkunyu0706/blog/item/dd132f95d6ef680c7bf480cb.html实现DataList或Repeater控件的分页显示有几种方法: 1、写一个方法或存储过程,根据传入的页数返回需要显示的数据表(DataTable) 2、使用PagedDataSource类(位于System.Web.UI.WebControls命名空间... 阅读全文

图片image和byte处理,fileupload上传图片

2008-05-22 16:42 by Virus-BeautyCode, 2063 阅读, 收藏, 编辑
摘要: -- 这是通过浏览某图片,把他存放到数据库中Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->string filename = txt_filename.Text; string filecomment = txt_filecomme... 阅读全文

使用webservice获得天气,基金,股票等信息

2008-05-22 16:40 by Virus-BeautyCode, 2224 阅读, 收藏, 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->protected void Button1_Click(object sender, EventArgs e) { cn.com.webxml.www.WeatherWebServi... 阅读全文
点击右上角即可分享
微信分享提示