Change text in specific row in gridview using checkbox
问题 I want to change a specific text in my gridview here's an image below: Example if I click the checkbox button the specific row "Status" text is change to "Validated". This is my aspx code behind: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; using MSSQLConnector; namespace SoftwareAnalysisAndDesign.SAD { public partial class TeacherPage : System.Web.UI