hi
i have some numbers in text box say "109000000"
but i want to print it as "10,90,00,000"
i tried this format$("109000000","##,###.##")
it is giving me this output "109,000,000"
any suggestions
thanx