Thread
:
get value in combobox
View Single Post
#
9
(
permalink
)
01-08-2009, 7:02 AM
Blesson
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
Join Date: Jan 2009
Age: 23
Posts: 18
Reputation:
17
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.
Blesson
View Public Profile
Send a private message to Blesson
Find all posts by Blesson