HI
In my webpage i have one TextBox Control.
In that textbox when i enter any three digits automatically i have to display an hyphen ("-") after the three digits
E.G:333-333-333-333-333
HOw to write code in Javascript
please help me
Thanks
karthik
Loading
SenthilkumarPosted Mar 23, 2012, 11:23 PM
http://msdn.microsoft.com/en-us/library/ff650303.aspx
Using the javascript, you can do like the following:
Suthish NairPosted Mar 23, 2012, 10:34 AM