ADO.NET :: How To Renumber Figures
Sep 27, 2010
I have a column in which I IdNumber this issue:
1
2
3
4
5
6
7
8
9
10
If the number 5 want to add one record how to renumber from there?
Example:
1
2
3
4
5
6 - INSERT NEW RECORD (renumber)
7
8
9
10
11
View 2 Replies
Oct 27, 2010
I have a table of employees with the information:
ID, ID_int, FirstName, LastName
1, 5, FirstName1, LastName1
2, 6, FirstName2, LastName2
3, 7, FirstName3, LastName3
4, 8, FirstName4, LastName4,
5, 9, FirstName5 LastName5
6, 10, FirstName6 LastName6
These data have in GridView.
I'd like to "FirstName5" move up to "FirstName3". Hence the numbers in columns ID_int renumber
View 1 Replies
Aug 10, 2010
I need to calculate figures in a text file. There is a column which is number based in the file. I have two listboxes. I have the add/remove function on them. When I want to add one item to the right list box, I want it to start to add up in a 'label'. The label will calulate the figures once they are moved into the right hand listbox.
I'm nearly completed my project, but I'm struggling with a few minor points.
View 3 Replies
Jan 6, 2011
anyone experience with converting a number (eg 524,50€) into
vijfhonderdvierentwintig euro vijftig
or into
vijf twee vier komma vijf nul
.. i need this in dutch version.
View 4 Replies
Nov 9, 2010
i have a grid view that displays a load of figures, and as there is a lot of zero's in these tables i wondered if it would be possible to just display nothing were there is a "0" ... just to make it look cleaner?
View 13 Replies