摘要:
--SQL事务处理,多个事务可用别名区分,如begin tran T1begin tran--执行语句if @@error0 rollback tran else commit tran 阅读全文
2008年11月20日 #
摘要:
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { //如果是绑定数据行 if (e.Row.RowType == DataControlRowType.DataRow) { //鼠标移入时,行背景色变 ... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<style>.mfile{color:white;background-color:#980607;height:20px;border:solid1px#000;width:60px;... 阅读全文