摘要: for (int i = 0; i < repAQDJ.Items.Count; i++) { Response.Write((this.repAQDJ.Items[i].FindControl("txtAQDJ") as TextBox).Text + ""); Response.Write((this.repAQDJ.Items[i].FindControl("HiddenField1") as HiddenField).Value + ""); TextBox tb = (... 阅读全文
posted @ 2013-02-27 13:35 无线码农 阅读(234) 评论(0) 推荐(0)
摘要: alert( $("#dvTest").is(":visible")); //判断元素显示或隐藏状态 阅读全文
posted @ 2013-02-27 13:34 无线码农 阅读(166) 评论(0) 推荐(0)
摘要: DateTime.Now.ToShortTimeString() DateTime dt = DateTime.Now; dt.ToString();//2005-11-5 13:21:25 dt.ToFileTime().ToString();//127756416859912816 dt.ToF 阅读全文
posted @ 2013-02-27 13:01 无线码农 阅读(4515) 评论(0) 推荐(0)