How can i get the textbox value in selected row in gridview – Asp.net
I am working on a project in c# asp.net. I created a gridview and connected it to a database. My code is like that; <asp:GridView ID="GridView1" runat="server" class="table table-bordered table table-hover " AutoGenerateColumns="false" HeaderStyle-Height="40px" OnRowCommand="GridView1_RowCommand1" > <Columns> <asp:TemplateField HeaderText="Numune Parçası"…