Have GridView Highlight Last Inserted Record in ASP.NET 2.0
Thursday 7 December 2006 @ 4:41 pm
A question that frequently comes up in the asp.net forums is how to have a gridview show the the last record added highlighted. This articles gives a technique for doing this. It only works with SqlServer but could could be modified for other databases.