No announcements
Found 3820820 threads
-
0 Votes
Change Column Header / Column Background color based on a value in a specific row in the same column
I have followed the Vicky_Liu suggestion extended it by using a <LookUp> function that retrieves the correct value for <column ...Answered | 5 Replies | 4860 Views | Created by Fasttrack2 - Thursday, January 8, 2015 5:20 PM | Last reply by Fasttrack2 - Monday, January 19, 2015 4:25 PM -
0 Votes
alternate coloring for the column i have
color1.Value) Mod 2 = 0, "white", "silver")..Answered | 9 Replies | 3999 Views | Created by Dkuud - Tuesday, March 19, 2013 8:07 PM | Last reply by Fanny Liu - Friday, March 22, 2013 6:48 AM -
12 Votes
Insert a new column in DataTable at a specified position.
It's no need to specify order in the DataTable since a DataTable is not visible to user, however if you display the content of the DataTable on a DataGridView ...Answered | 12 Replies | 54573 Views | Created by Das Madhav - Friday, February 29, 2008 5:44 PM | Last reply by RakeshCochin - Thursday, May 23, 2019 6:52 PM -
0 Votes
Compute Median of values in a DataTable Column
Here a solution <summary> /// Return median from a given column of a datatable /// </summary> /// <param ...Answered | 4 Replies | 10605 Views | Created by Job Lot - Friday, July 8, 2005 5:35 AM | Last reply by JLopezB - Friday, August 24, 2012 9:41 PM -
1 Votes
DataTable - sum values of a column
You should use Compute function provided in datatable for that.Answered | 4 Replies | 4867 Views | Created by himo - Tuesday, December 30, 2008 10:52 AM | Last reply by Syed Shakeer Hussain - Friday, June 15, 2012 6:43 PM -
1 Votes
Deleting Columns in a DataTable based on null values.
I will have 22 columns to start.Answered | 8 Replies | 4199 Views | Created by lj09IT - Monday, July 30, 2012 2:57 PM | Last reply by lj09IT - Wednesday, August 1, 2012 8:36 PM -
0 Votes
Validating DataTable columns
If you have any say so, specify the format and then you could validate it with a regex before insertion or by DateTime.Parse John Grove - TFD Group, Senior ...Answered | 8 Replies | 5145 Views | Created by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Friday, March 26, 2010 5:20 PM | Last reply by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Saturday, March 27, 2010 2:28 AM -
0 Votes
Inserting values for all records except 1 or 2 column ,without specify column names.,?
duplicate ofAnswered | 1 Replies | 1901 Views | Created by Govindharaj - Wednesday, March 11, 2015 5:32 AM | Last reply by Visakh16 - Wednesday, March 11, 2015 5:59 AM -
0 Votes
convert datatable column values double[]
ws=usercard-mini" target="_blank" style="margin:0px; padding:0px; border:none; font-size:13px; vertical-align:baseline; list-style-type:none; color:#1382ce; ...Answered | 4 Replies | 13940 Views | Created by Born2Achieve - Friday, February 7, 2014 5:14 PM | Last reply by IdahoSixString - Friday, February 7, 2014 8:36 PM -
0 Votes
Derived column in SSIS showing red color (error)
Hello, Please add one more type cast like below, LEN([Column 0])==0 ?Answered | 2 Replies | 2760 Views | Created by cherriesh - Sunday, July 21, 2013 6:52 PM | Last reply by Rajkumar5055 - Monday, July 22, 2013 4:45 AM -
0 Votes
Combine 2 specific column values into one column
#TempTestPivot') IS NULL BEGIN CREATE TABLE #TempTestPivot(MyRow NVARCHAR(10),MyCol NVARCHAR(10),CalcCol INT) END TRUNCATE TABLE #TempTestPivot INSERT INTO #TempTestPivot SELECT ...Answered | 3 Replies | 824 Views | Created by Jhonny86 - Wednesday, April 1, 2015 7:25 AM | Last reply by Qiuyun Yu - Thursday, April 2, 2015 11:27 AM -
0 Votes
Column Values in 1 column
I am having issues with this.Answered | 2 Replies | 2027 Views | Created by Dodge20 - Monday, March 25, 2013 8:44 PM | Last reply by Dodge20 - Tuesday, March 26, 2013 3:24 PM -
1 Votes
Check if datatable column has values
thanks, so according to this example, i have to loop on all rows and columns, right?Answered | 10 Replies | 17028 Views | Created by gidi - Saturday, November 26, 2011 5:04 PM | Last reply by Harjohn - Monday, November 28, 2011 9:24 AM -
0 Votes
datatable to datagridview with columns
Solution 1 1.)Answered | 4 Replies | 1982 Views | Created by pk.yadav - Saturday, September 8, 2012 5:53 AM | Last reply by pk.yadav - Monday, September 10, 2012 5:26 AM -
0 Votes
No column name was specified for column 2 of 'cte1'.
Hi FENGE2, As your error message shows that 'No column name was specified for column 2 of 'cte1'', it ...Answered | 2 Replies | 5702 Views | Created by FENGE2 - Sunday, November 4, 2018 9:47 PM | Last reply by Rachel_Wang - Monday, November 5, 2018 1:04 AM -
5 Votes
Sum DataTable Column
Hi, To SUM DataTable Column you can use Linq as follows var sum = datatable.Answered | 6 Replies | 40327 Views | Created by Ricardo M.S. _ - Thursday, March 26, 2009 4:01 PM | Last reply by Syed Shakeer Hussain - Friday, June 15, 2012 6:40 PM -
0 Votes
DataTable Column is ReadOnly, why?
This seems like a lot of processing to display a datatable.Answered | 6 Replies | 9629 Views | Created by Ryan0827 - Thursday, August 16, 2012 2:27 PM | Last reply by Mike Feng - Friday, August 24, 2012 7:36 AM -
1 Votes
DataTable Total Column
I have a column quantity and price and i want to add a column called Extension that is the quantity times the price ...how would i code this?Answered | 2 Replies | 1003 Views | Created by VBBeginner17 - Wednesday, October 23, 2013 12:17 PM | Last reply by Carl Cai - Thursday, October 24, 2013 9:55 AM -
0 Votes
How to add color to column
<Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="200"/> <ColumnDefinition ...Answered | 1 Replies | 920 Views | Created by sarika ala - Thursday, September 19, 2013 9:54 AM | Last reply by Oleg Kurzov - Thursday, September 19, 2013 10:40 AM -
0 Votes
Color code Columns?
As a workaround, we need to add custom JavaScript in the page.Answered | 2 Replies | 1303 Views | Created by Chris Cundy - Thursday, October 22, 2015 8:26 AM | Last reply by Linda ZL - Monday, October 26, 2015 10:55 AM - Items 1 to 20 of 3820820 Next ›
No announcements