摘要: http://vrml.tianjin-trade.com/javascript/d_javascript_index.htm? 阅读全文
posted @ 2011-09-01 14:54 1958 阅读(102) 评论(0) 推荐(0)
摘要: gridview显示问题1、网格线有2种方法去掉第一种,在页面上写td的属性,边框为0px;然后设置GridView的自身边框为0PX,就可以了,但很少用这种了,以前用过段时间第二种,GridLines="None"BorderWidth="0"CellPadding="0"CellSpacing="1"属性写在GridView标签中去,这个兼容火狐2、时间只显示年-月<asp:BoundFieldDataField="F_IssueDate"DataFormatString=" 阅读全文
posted @ 2011-08-25 14:28 1958 阅读(163) 评论(0) 推荐(0)