How to store selected value of asp:table into database
Hello,
I a using <asp:Table/> for with three columns label,chekBox and Textbox. I get value from database.Now my requirement is when I click on checkbox, then I can edit textbox value and update it in database. Can anyone help me to do this?