Click here to Skip to main content
15,883,982 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi All Good Afternoon,

i have one gridview which is allready fill with the record from sql server,
But if in sql server's table have anything new record entry is done than i want to
fill it in gridview without refresh allready exist record.

In short, I want to fill those record which are not in allready exist record or its new entry in table.
Posted

1 solution

easy get the last id of grid and write "Select * from Table1 where TableId>SuppliedId";
and then fill it through looping
 
Share this answer
 
Comments
Ankur Ramanuj 18-Nov-13 4:54am    
thanx..you are right.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900