null member in datagrid
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i have a datagrid and it hase tree member one member of that is null and all oh cell for that member are empty but other member are not null. my mean is one row in datagrid is empty i want that dont show the empty row in datagrid how can i do this work????????
-
i have a datagrid and it hase tree member one member of that is null and all oh cell for that member are empty but other member are not null. my mean is one row in datagrid is empty i want that dont show the empty row in datagrid how can i do this work????????
check for null values in the item data bound event of the datagrid and u can eliminate teh null rows there from.