when i did them i got this
? rowC.Item("MailKey")
Referenced object has a value of 'Nothing'.
? Me.txtMailKey.DataBindings(0)
{System.Windows.Forms.Binding}
BindableComponent: {System.Windows.Forms.MaskedTextBox}
BindingManagerBase: {System.Windows.Forms.CurrencyManager}
BindingMemberInfo: {System.Windows.Forms.BindingMemberInfo}
Control: {System.Windows.Forms.MaskedTextBox}
ControlUpdateMode: OnPropertyChanged {0}
DataSource: {System.Data.DataTable}
DataSourceNullValue: {System.DBNull}
DataSourceUpdateMode: OnValidation {0}
FormatInfo: Nothing
FormatString: ""
FormattingEnabled: False
IsBinding: False
NullValue: Nothing
PropertyName: "text"
when i did them i got this
CODE
? rowC.Item("MailKey")
Referenced object has a value of 'Nothing'.
the first one has to come out like that as it does not reach the line.
CODE
? Me.txtMailKey.DataBindings(0)
{System.Windows.Forms.Binding}
BindableComponent: {System.Windows.Forms.MaskedTextBox}
BindingManagerBase: {System.Windows.Forms.CurrencyManager}
BindingMemberInfo: {System.Windows.Forms.BindingMemberInfo}
Control: {System.Windows.Forms.MaskedTextBox}
ControlUpdateMode: OnPropertyChanged {0}
DataSource: {System.Data.DataTable}
DataSourceNullValue: {System.DBNull}
DataSourceUpdateMode: OnValidation {0}
FormatInfo: Nothing
FormatString: ""
FormattingEnabled: False
IsBinding: False
NullValue: Nothing
PropertyName: "text"