ASP.NET Datagrid Date Formatting with NULLS
Topic
#77 by mreschke on 2008-06-11 16:29:53 (viewed 1,158 times)
When displaying a formated date string in an ASP.NET datagrid, you get an error if the dataset field is NULL
Example of Bad code[++]
Example of Good code[++]