hello.....
-
does someone know this code?? Record 9 of 10 this ^ is output on a label.. counting all the record on the database then displaying it like that..
hello.... is not a valid subject, it doesn't help us to work out if we can help, which is the purpose of a subject. How are you displaying these records, in a grid, or otherwise ? If you have a dataset, then you can get a total from the Count of the rows in it.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
hello.... is not a valid subject, it doesn't help us to work out if we can help, which is the purpose of a subject. How are you displaying these records, in a grid, or otherwise ? If you have a dataset, then you can get a total from the Count of the rows in it.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
sorry about the subject name. the records are displayed on the textboxes.. i also have another table which is in datagridview.
If you're showing one at a time, then keep track of which one you;re showing, and get the number of total records from the datasource.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
sorry about the subject name. the records are displayed on the textboxes.. i also have another table which is in datagridview.
-
Please!
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)thanks leppie my problem is like this i can get the total number of record from the database, but i want to keep track of the number of records the textbox / datagridview is displaying. so in the label RECORD 9 of 10 which 10 is the total record then 9 is the record on the textbox / datagridview if i move it forward the label must display RECORD 10 of 10. sorry my english is bad so i cant explain it well.. im just new in c# and i have this project working on without me training in c#. thanks..