摘要: 获取属性列表的Html代码 Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1 set ANSI_NULLS ON 2 set QUOTED_IDENTIFIER ON 3 go 4 5 /* 用途:根据类别号获取根... 阅读全文
posted @ 2008-08-19 18:54 仲卿 阅读(295) 评论(0) 推荐(0)
摘要: GridView在Edit状态的行是Template中的EditItemtemplat中的控件, 某些时候,需要控制这些行,避免对他们进行操作 情况一:如不加!=EditIndex的控制,则RowDataBound将寻找空间HyperLink,而在Edit状态,控件无效 Code Code highlighting produced by Actipro CodeHighlighter (f... 阅读全文
posted @ 2008-08-19 17:45 仲卿 阅读(243) 评论(0) 推荐(0)