No announcements
Found 3091587 threads
-
6 Votes
re-order columns in a DataTable
I m facing same problem can i get the solution.Answered | 5 Replies | 34225 Views | Created by spanky4_3 - Sunday, October 1, 2006 1:24 PM | Last reply by MilanWarik - Wednesday, October 11, 2006 10:49 AM -
0 Votes
Bringing in a datatable in the proper order.
If you foreach over a datarow then the rows will be in the order they are in the datatable.Answered | 1 Replies | 444 Views | Created by Debra has a question - Wednesday, October 21, 2015 3:50 PM | Last reply by Andy ONeill - Wednesday, October 21, 2015 6:25 PM -
0 Votes
Removing duplicate records in a datatable
I am wondering whether you want to delete the duplicate records in a database with the C# code, or you just want the datagridview shows the ...Answered | 4 Replies | 984 Views | Created by CanAnn - Wednesday, March 11, 2015 5:06 PM | Last reply by Tony---- - Thursday, March 12, 2015 7:54 AM -
0 Votes
Filter record from a Datatable!!!!
Please go through the link to filter the records from datatable.Answered | 3 Replies | 2222 Views | Created by saravraj - Monday, March 26, 2012 9:12 AM | Last reply by SophiaParker - Monday, March 26, 2012 5:21 PM -
0 Votes
Accessing the current record in a DataTable
["ColumnName"]; // or dt.Rows[0][0]; dt accessor is different if you have a typed datatable.Answered | 6 Replies | 3063 Views | Created by Andy Coultiss - Friday, August 28, 2009 11:00 AM | Last reply by Andy Coultiss - Wednesday, September 2, 2009 1:45 PM -
0 Votes
Ordering a Datatable according to two columns
Hi abc2088, You can use DataTable.Select method to sort the datatable based on that two columns.Answered | 2 Replies | 1989 Views | Created by abc2088 - Tuesday, August 9, 2011 7:32 PM | Last reply by Kee Poppy - Thursday, August 11, 2011 7:54 AM -
2 Votes
Natural unsorted record order in a table
Anyway, why is the order in which records are naturally stored in a table not the same as the natural order in which records are entered?Answered | 4 Replies | 1102 Views | Created by kaybeeb - Monday, December 2, 2013 1:12 PM | Last reply by Ken Sheridan - Monday, December 2, 2013 7:09 PM -
0 Votes
change order of records
This will show you where the problem is happening.Answered | 7 Replies | 8070 Views | Created by KWeber - Wednesday, August 10, 2011 12:24 PM | Last reply by Carlos T. _ - Monday, August 15, 2011 1:54 PM -
0 Votes
Problem with ordering datatable when it has no records
As far as I know, this error means jQuery Datatable order method couldn't find the column which index is '3'.Answered | 2 Replies | 86 Views | Created by Anonymous - Monday, October 10, 2016 11:53 PM | Last reply by Anonymous - Tuesday, October 11, 2016 8:05 AM -
2 Votes
Order of the records in a table
How is the order of records in a table with only one clustered index?Answered | 4 Replies | 1122 Views | Created by czarvk - Monday, August 11, 2014 7:10 PM | Last reply by Erland Sommarskog - Monday, August 11, 2014 9:46 PM -
0 Votes
Saving DataGridView records to a DataTable
I would recommend extrapolating the DataTable from the DataSource as Yam has suggested, or at the very least getting it's structure.Answered | 6 Replies | 3526 Views | Created by Mylen33 - Monday, July 27, 2009 3:43 PM | Last reply by Tergiver - Tuesday, July 28, 2009 2:37 AM -
0 Votes
Order of inserted records
In addition to this, put a clustered index on the identifier (rowversion/timestamp column) in descending order.Answered | 4 Replies | 942 Views | Created by G Srikar Reddy - Thursday, April 17, 2014 3:43 PM | Last reply by Patrick Hurst - Thursday, April 17, 2014 9:39 PM -
0 Votes
problem with datatable
Thanks Frank i solved the problem :) i really have to do big changes to my algorithm Hey :)Answered | 5 Replies | 1620 Views | Created by SA E - Thursday, July 26, 2012 4:34 PM | Last reply by SA E - Friday, July 27, 2012 9:06 PM -
0 Votes
Display order of records
By default, a table control in a report has a property named "Sorting".Answered | 13 Replies | 4212 Views | Created by Xaria - Thursday, March 25, 2010 6:23 AM | Last reply by ehausig - Friday, June 18, 2010 4:40 PM -
0 Votes
Datatable error when importing into SQL
Hallo The problem is I need certain columns from the datatable and not all of them, I'm import the data from Excel into a datatable and now want to take ...Answered | 6 Replies | 627 Views | Created by labjac - Saturday, September 26, 2015 10:20 AM | Last reply by [Kamlesh Kumar] - Saturday, September 26, 2015 11:24 AM -
0 Votes
Problem sorting DataTable
Thanks for your answer Haider Unfortunately the problem still exists using the method you mentioned RegardsAnswered | 3 Replies | 3758 Views | Created by pablo.tracasa - Friday, August 1, 2008 7:09 AM | Last reply by Haider Ali Khan - Saturday, August 2, 2008 3:53 AM -
5 Votes
How to do record locking in an order entry system..
if there is a network connection issue when the user has the order in "locked" mode..Answered | 7 Replies | 7371 Views | Created by The Waldo - Tuesday, June 7, 2011 5:40 PM | Last reply by Brian Tkatch - Friday, June 10, 2011 2:41 AM -
0 Votes
How to bind the actual excel rows in to Datatable, without any order, currently i am getting the rows in ascending order
Since you need to import the rows into SQL Server, I don’t think the order of rows in DataTable is a problem in this case.Answered | 1 Replies | 5206 Views | Created by Sivagnanamv - Sunday, February 26, 2012 6:31 PM | Last reply by KJian_ - Tuesday, February 28, 2012 7:25 AM -
2 Votes
Table valued parameters - order of records to stored procedure
Is the TVP guaranteed to retain the order of rows when invoking the stored proc from .Net.Answered | 5 Replies | 2442 Views | Created by Virtual-Machine - Wednesday, October 30, 2013 9:59 AM | Last reply by Virtual-Machine - Wednesday, October 30, 2013 12:41 PM -
2 Votes
Change order of records in database
* FROM T1, (SELECT pos AS idpos FROM T1 WHERE id = @id) AS P ORDER BY CASE WHEN id = ...Answered | 6 Replies | 3418 Views | Created by elmira bfrhn - Sunday, June 2, 2013 10:54 AM | Last reply by Uri Dimant - Wednesday, June 5, 2013 6:37 AM - Items 1 to 20 of 3091587 Next ›
No announcements