1
Reply

VB.NET Help Next Record and formatting

brian.dobbie

brian.dobbie

Sep 9 2004 4:16 PM
1.7k
Help Please. Struggling to learn vb.net to finish this project I was given. I have a webform that I can get to display a record and move to the next record. The problem I am having is with the Money fields in the next record are un-formatted. How do I get them to show as money? A line of code from the Next Record button is: dr = dt.Rows.Item(i) tbNewInventoryEq.Text = dr.Item("Cap_New_Inventory") Thank you in advance. Throw an accountant/programmer wanna-be into a programming project and you've got a fish out of water.

Answers (1)
Next Recommended Forum