how to edit gridview in sp 2010
Hi,
I have customer Registration page customer.aspx.
I have another page viewcustomer, which shows the all customer details in GridView.
In GridView I add Edit,Delete LinkButtons. I want to perform edit and delete in sharepoint
but I've no idea about how edit and delete in sharepoint 2010 using query string.
All the customer entered record is store in list (CustomerList)
Can anyone give me the idea to solve this issue?