Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to not show nulls in the grid
Message
General information
Forum:
ASP.NET
Category:
WebForms
Miscellaneous
Thread ID:
00737597
Message ID:
00738027
Views:
18
This message has been marked as the solution to the initial question of the thread.
You can have your database engine return an empty string. For example, in SQL Server, you may have:
select *, ISNULL(ColumnName, '') FROM ...
>Hi,
>
>How do you display nothing in place of the null in a grid?
>
>Thanks
>Roland
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform