Set cursor at specific location in text box
hi
Consider a text box in which i am typing numbers only.when i type 100 then there should be automatically "," sign should appear for it i copied it to a string and after apending the sign i show 100, in text box but problem is when i type next number it should show me 100,0 but it show me 0100,?????????
can any one help that how to set the cursor after pasting the string in text box so that i can get 100,0 .
|