textbox webcontrol

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a dollaramt field, if I enter 123.45, and I want to change it to 123.46, I
must place my cursor after the 6 and press backspace. If I place it before
the 5 and hit delete, nothing happens. Is that really the behavior of this
control, or is there something else I need to do?
 
Ruth,
If I enter 123.45, and I want to change it to 123.46, I
must place my cursor after the 6 and press backspace. If I place it
before
the 5 and hit delete, nothing happens.

I'm not sure if I understood your question correctly, but by default both
the backspace and Delete keys should work normally. Try creating a simple
ASP.NET web page with only a single text box control in it, and see if it
works okay.

You might also wish to test another browser. And finally, are you sure your
keyboard is working? I've seen two or three laptops, where the Delete key
didn't work because if a physical probelm.

Also try toggling Num Lock on or off!

--
Regards,

Mr. Jani Järvinen
C# MVP
Helsinki, Finland
(e-mail address removed)
http://www.saunalahti.fi/janij/
 
Back
Top