Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. DataGrid Null Value Special Case

DataGrid Null Value Special Case

Scheduled Pinned Locked Moved ASP.NET
helpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    J Liang
    wrote on last edited by
    #1

    Hi, I am facing some null value problem of a datagrid. It is a bit complicated, let me explain a bit. Table A: int AFieldX store a primary key of Table B where Table A will get BFieldY base on AFieldX. Unfortunately AFieldX can be null, so when my datagrid make an INNER JOIN between Table A and Table B, it return nothing and therefore the whole datagrid is empty. Can I know is there a work around for this as to ignore and continue to print even there is null value? Thanks in advance. J Liang

    N 1 Reply Last reply
    0
    • J J Liang

      Hi, I am facing some null value problem of a datagrid. It is a bit complicated, let me explain a bit. Table A: int AFieldX store a primary key of Table B where Table A will get BFieldY base on AFieldX. Unfortunately AFieldX can be null, so when my datagrid make an INNER JOIN between Table A and Table B, it return nothing and therefore the whole datagrid is empty. Can I know is there a work around for this as to ignore and continue to print even there is null value? Thanks in advance. J Liang

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      J Liang wrote:

      so when my datagrid make an INNER JOIN between Table A and Table B,

      How datagrid can do Inner Join ? Do you mean in query ? SQL Server has a IsNull function, provided to convert null values to specified value. Will that solve your problem ?


      My Website | Ask smart questions

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups