Last post Aug 06, 2013 07:27 AM by sjnaughton
Member
187 Points
2038 Posts
Aug 06, 2013 03:25 AM|svibuk|LINK
refering http://www.aspdotnet-suresh.com/2012/02/remove-or-delete-duplicate-records-from.html its a good functionality but instead of removing duplicate rows i need to make the cell of the column conatining duplicate value blank
All-Star
17916 Points
5681 Posts
MVP
Aug 06, 2013 05:03 AM|sjnaughton|LINK
you will need to catch the DataBound event of the grid and then set the cell contents there :)
Aug 06, 2013 07:11 AM|svibuk|LINK
i dont have grid
the data is in the datatable
Aug 06, 2013 07:27 AM|sjnaughton|LINK
Sorry are you using the standard dynamic data project?
Member
187 Points
2038 Posts
making the value of data row blank for duplicate values
Aug 06, 2013 03:25 AM|svibuk|LINK
refering
http://www.aspdotnet-suresh.com/2012/02/remove-or-delete-duplicate-records-from.html
its a good functionality
but instead of removing duplicate rows i need to make the cell of the column conatining duplicate value blank
All-Star
17916 Points
5681 Posts
MVP
Re: making the value of data row blank for duplicate values
Aug 06, 2013 05:03 AM|sjnaughton|LINK
you will need to catch the DataBound event of the grid and then set the cell contents there :)
Always seeking an elegant solution.
Member
187 Points
2038 Posts
Re: making the value of data row blank for duplicate values
Aug 06, 2013 07:11 AM|svibuk|LINK
i dont have grid
the data is in the datatable
All-Star
17916 Points
5681 Posts
MVP
Re: making the value of data row blank for duplicate values
Aug 06, 2013 07:27 AM|sjnaughton|LINK
Sorry are you using the standard dynamic data project?
Always seeking an elegant solution.