Hi All,
I know c# has limitations on assigning null values to datetime and integer value types. But is there any trick I can utilize. I'm converting my appl. from another dec. tool wher I have no null issue, to c#. What I want to do is ; I populate my datagrdiview,
I do not want the same info to repeat itself on the second and following rows just for appearance purposes (like same nama/lastname not to appear after the first row, no problem with strings though). So I try to assign null values to the repeating info cells (string,int,date). How do I overcome int and datetime cells nulling limitations.
Thanks in advance
snakay