i am faceing 1 problem......
in gridview i am getting 5 records. on button click i have to update data in db.
after button cick gridview should have 4 records.
but after button click i am getting 0 records.
other records also get update and renoved from gridview. so suggest. what is wroong in my code
whole code:
using System;
using System.Collections.Generic;
using System.Linq;
...
Go to the complete details ...