庸医

Whatever comes our way,whatever battle we have raging inside us,we always have a choice. My friend Harry taught me that.He chose to be the best of himself.It's the choices that make us who we are and we can always choose to do what's right.

导航

2007年10月21日 #

学习SqlDataSource数据源控件(二)

摘要: 如何使用SqlDataSource数据源控件来选择记录 一、SqlDataSource数据源控件如何执行存储过程 首先创建两个存储过程: 第一个存储过程返回产品所属的子类别 CREATE PROCEDURE [dbo].[GetProductSubCategories] AS SELECT ProductSubcategoryID, Name FROM Production.ProductSu... 阅读全文

posted @ 2007-10-21 10:39 庸医 阅读(2475) 评论(1) 推荐(0) 编辑