I have got 2 problems...
1)
How can I find the visible no. of rows in a datagridview and the index of the top row during vertical scroll.I am using visual studio 2005 windows application in c#.
2)
How to refresh datagridview's particular no. of rows instead of refreshing the entire datagridview when there is any change in database table which I am binding to dataset.
Most importantly how do I find that what all rows have been updated with changed values
while binding to dataset so that I can refresh only those affected rows to the datagridview
from next time onwards
please suggest me or provide solution