10 2009 档案

JS把光标聚焦到输入框里的文字的最后面
摘要:<script language=javascript>function behindWord(){ var e = event.srcElement; var r = e.createTextRange(); r.moveStart("character",e.value.length); r.collapse(true); r.select(); }</script... 阅读全文

posted @ 2009-10-25 11:27 韩显川 阅读(1153) 评论(0) 推荐(0)

在GridView1_RowCommand事件中,如何取Rowindex
摘要:<EditItemTemplate> <asp:CheckBoxList ID="cblXueke" runat="server" DataTextField="Id" DataValueField="FullName" RepeatDirection="Horizontal" RepeatLayout="Flow"> </asp:CheckBoxList> ... 阅读全文

posted @ 2009-10-09 15:02 韩显川 阅读(377) 评论(0) 推荐(0)

导航