Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Input String not in the correct format
 

Input String not in the correct format

I have a textbox with a text that comes from a databinding source.
When i try to use the text to a variable converting it to double i see that the text has a null value giving the error"Input String not in the correct format", but the text appears when i run it.

I put this code in BindingNavigator_RefreshItems.

Matrix79  Friday, March 28, 2008 7:04 PM

Could you post some code.

Ken Tucker  Saturday, March 29, 2008 10:37 AM
I solved putting on the form load.
Matrix79  Saturday, April 26, 2008 4:05 PM

You can use google to search for other answers

Custom Search

More Threads

• datagridview one record spans 2 or 3 rows
• Problem refreshing DataTable
• ListView hosted in a DataGridView cell (VB 2005)
• Bind a DataGridView to a BindingList of Structs?
• Error on filling empty field datatable using ODBC.DataAdapter?
• CheckBoxColumn multi-select error
• drill down crystal reports
• sample normal sql connection string please (sql server 2005 express)
• exception handling for ora-00001
• How to select more than one rows by pressing ctrl key and drag it to the DestinationGrid(GridView)