I am having the strangest problems with basic text entry in asp forms. I am returning a record set to update data using a form. If I click on the text box, the cursor is often in the middle of the box and if I type, it's like my keyboard doesn't work. If I highlight the whole field, I can enter text. Another field is suppose to allow entry of up to 40 characters, but it only allows entry of a few characters (even though the length and maxlength in the html are correct).
Also, looking at the source code, the data returns show lots of white space after the actual text (ANSI Padding I suppose for the varchar fields).
Any assistance in getting the cursor and the entry to work would be appreciated. I've created other forms like this and have not experienced these kinds of problems before.
Thanks,
Jason
Austin Texas
Also, looking at the source code, the data returns show lots of white space after the actual text (ANSI Padding I suppose for the varchar fields).
Any assistance in getting the cursor and the entry to work would be appreciated. I've created other forms like this and have not experienced these kinds of problems before.
Thanks,
Jason
Austin Texas