Rocky Rocky

Rocky Rocky

  • NA
  • 317
  • 151.4k

How to make a code checkbox with update in c#?

Jul 16 2013 7:59 AM
Hai Friends,
 
      I ve the asp like below

GRIDVIEW


checkbox   userid     Location     Mobile     Stauts
====================================
checked        12          chena        123        enable
not cheked   17          bang         456        disbale



save (button)

when the admin choose the check box and press the "save " status only updated for  gridview table  depends on that user_id
how to make a code?


Answers (1)