Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i made a datatable with some db null rows when i'm going to sort them automatically by click on column header on datagridview i want from it to ignore the db null rows
Posted
Comments
i_am_LemOn 12-Mar-12 23:55pm    
Hi--

can you paste the code of sorting here?
Prasad_Kulkarni 13-Mar-12 0:07am    
please explain more with proper code which you tried..

1 solution

May this help you.

You just checkout null values and Ignore/remove null values before binding it to datatable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900