How check the System.DbNull values from database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Divas
    New Member
    • Jun 2007
    • 4

    How check the System.DbNull values from database

    Dear Sir
    Please help me for below question.

    How check the System.DbNull values from database when we retrive the data from databa


    Thanx
  • SanjuMtr
    New Member
    • Mar 2007
    • 47

    #2
    Originally posted by Divas
    Dear Sir
    Please help me for below question.

    How check the System.DbNull values from database when we retrive the data from databa


    Thanx
    I have give a pices of code
    Code:
    daHeader.Item("TOTAL_AMOUNT") Is System.DBNull.Value
    'daHeader is a datareader

    Comment

    Working...