Link to home
Start Free TrialLog in
Avatar of holemania
holemania

asked on

Vb.Net DataGridView - leading zeros missing

I have windows .net program that pulls information from a stored procedure within SQL and display on datagridview.  My column with the leading zeros is missing all the zeros.

When I run the query, it's showing up with the leading zeros.  So how can I set it so that my datagridview also display the zeros?  Is there a formatting to the column that I can treat it as a text field instead of numeric or something else?
ASKER CERTIFIED SOLUTION
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of holemania
holemania

ASKER

Awesome.  Thank you.