Blogroll

Sunday 23 June 2013

-- JQuery GridView One CheckBox Selected Check

   if ($('#<%=GridView1.ClientID%> input:checkbox:checked').length > 0) {
      alert('selected');
    }
   else {
       alert('Not Selected');
    }

0 comments:

Post a Comment