View Single Post
  #9 (permalink)  
Old 01-08-2009, 7:02 AM
Blesson Blesson is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jan 2009
Age: 23
Posts: 18
Reputation: 17
Blesson is on a distinguished programming path ahead
Default

hi,
i got it. my code is

For icounter = 0 To (Datagrid_Billing.Rows.Count - 1)
Datagrid_Billing.Rows.Remove(Datagrid_Billing.Curr entRow)
Next


However i would appreciate any other better solution to this.
Reply With Quote