close

ref:http://www.eggheadcafe.com/community/asp-net/17/10397797/jquery-validation-with-aspnet-grid-view-textbox-and-other-controls.aspx

ref:http://yasserzaid.wordpress.com/2011/12/19/jquery-to-enable-and-disable-textbox-when-checkbox-is-checked-with-gridview/

$("table[id*=GridView1] input[id*=chkData]").click(
      function() {
            .....      

 }
     );

arrow
arrow
    全站熱搜

    就是要紅 發表在 痞客邦 留言(0) 人氣()