Hi, is there a way to change the width of a TextBox mobile control.
I only need to enter a single digit number to the textbox and is there a way I can shorten the width of the textbox?
Thanks a lot.
hi,
You can make the size property to 1 to decrease the width.And if you want to restrict the user from entering more than one character make the the maxlength property 1 also.This may solve your problem.
Anirban