there is a textbox which must enter 8 numaric value if we enter less then 8 character then the remaining space are store (to cover the 8 length)
like this
12345678
ok
123
"123*****" " * " represents space
how can i do this?
thanks