i have two problems with my multi text boxes form:
1) how can move from one textbox to another with the "enter" key, and dont just with the "tab"?
2) when i pass the data to the database i do use "trim" to cut off the spaces, but when i get the data in the text box and i want to update it, there is allways "something" in the text box, even if it was empty in the sending. i have to "erase" the blank textbox and then to rewrite. can you make a textbox that gets a empty data to remain empty?
it does happend even if i use this:
if isdbnull (firstname) = true then firstname = ""
and the textbox of firstname is "full" of spaces.
thanks in advance
yaniv
1) how can move from one textbox to another with the "enter" key, and dont just with the "tab"?
2) when i pass the data to the database i do use "trim" to cut off the spaces, but when i get the data in the text box and i want to update it, there is allways "something" in the text box, even if it was empty in the sending. i have to "erase" the blank textbox and then to rewrite. can you make a textbox that gets a empty data to remain empty?
it does happend even if i use this:
if isdbnull (firstname) = true then firstname = ""
and the textbox of firstname is "full" of spaces.
thanks in advance
yaniv