hi everyone,
i have a gridview in which there is edit ,update, cancel control and the grid view contains two rows of values. when i click the edit control of the first row the values in the first row is changing to the values of the second row. same happens when i click
on the second row. this ting is happening on cancel control too. Please help me.
here are my codes
C# code
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
using System.Data.SqlClient;
using businessisolated_rectification;
namespace Isolated_Rectification
{
public partial class branch : System.Web.UI.Page
{
DataTable dt = new Dat ...
Go to the complete details ...