I isawa Active member Joined Oct 3, 2005 Messages 25 Programming Experience Beginner Jan 29, 2006 #1 How to count fields in datarow? and I've some maney TextBox in my windowform and i want to add empty to TextBox how i can?
How to count fields in datarow? and I've some maney TextBox in my windowform and i want to add empty to TextBox how i can?
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,113 Location Sydney, Australia Programming Experience 10+ Jan 29, 2006 #2 The number of fields in the row is the number of columns in the table. Use the Columns.Count property of the DataTable that contains the DataRow. Upvote 0 Downvote
The number of fields in the row is the number of columns in the table. Use the Columns.Count property of the DataTable that contains the DataRow.