RE: Programmatically determining selected index of combobox produces null error

From: polynomial5d (anonymous_at_discussions.microsoft.com)
Date: 05/17/04

  • Next message: Jim McLeod: "ADO Recordset in ADO.NET"
    Date: Mon, 17 May 2004 01:01:09 -0700
    
    

    Bill,

    I stepped through both the add button click handler and the update button click handler. Both took me on a long trip through the application, starting with sub Main. In the end I didn't get any information. All's that happened is that when I clicked Add, put in a new publication but left the comboboxes alone, and then clicked update, the row appeared in the datagrid with nulls in the columns with comboboxes.

    when I use Debug.Assert(cboPubFreq = DBNull), I'm told dbnull is a type and cannot be used in an expression. It doesn't like null or system.dbnull, either.

    sob.

    polynomial5d

    BTW, what does eMVP stand for? Extra? Extraordinary? EventArgumentsMVP?


  • Next message: Jim McLeod: "ADO Recordset in ADO.NET"