View Single Post
  #1  
Old 10-13-2009, 06:50 PM
VB.NET VB.NET is offline
Senior Member
 
Join Date: Jun 2009
Posts: 5,161
Default Refresh DataGridView

So, I'm loading some date from DataTable and showing it in DataGridView...I'm also editing and deleting data from that DataGridView... problem is next: when i'm deleting data, i must confirm that in MsgBox by clicking Yes...if the No button is clicked, row in DataGridView is also deleted and...
__________________
VB.NET
domain name forum
Reply With Quote