954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

datagrid replacing null values

i have a datagrid that has null values. I can't remove the column because there are rows that does not have a null value. is it possible to replace cells with null values to blank spaces? i know this is possible to do manually by selecting a cell and changing the value but i don't know which cells will contain null so it has to be automatic.

any help would be appreciated. thanks!

reyhan12
Newbie Poster
18 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

This sounds like a database query.

iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
 

What you have to do is, if you are using a database then you don't have to medel around with the datasets. Go to the Table in your database which you've been using in your program and give Accept Nulls to the particular column in that table.

arjunsasidharan
Practically a Posting Shark
826 posts since Aug 2006
Reputation Points: 347
Solved Threads: 13
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You