Hi!!!
I am making a window application in which there is a textbox in which we have to enter only numeric values...
How can I display a table on the form which has columns - ones,tens,hundred ,thousand,ten thousand,lakh , ten lakh etc. Now whatever number we enter in textbox that number should automatically get filled in this numeration table ....
For example , number entered is 2589,then in table 9 should be in ones column , 8 in tens, 5 in hundreds, 2 in thousands column................
How can I create this numeration table for number entered in textbox
Loading
Kirtan PatelPosted Aug 10, 2009, 8:33 AM
vinni jainPosted Aug 10, 2009, 12:59 PM
vinni jainPosted Aug 10, 2009, 8:12 AM
But how will this code work when value are entered in textbox separated by comma like "25447,5698,25,48,97,33,25,1,5,7,........"
Kirtan PatelPosted Aug 10, 2009, 7:34 AM
Here I Taken dataGridView to Display your table representation on made 6 Columns to add Number Digits .
i also included Project Files if you don't understand Download Link is at bottom of Post
Happy Coding :)