Click here to Skip to main content
15,902,939 members

Comments by Ahmed Zoeil (Top 20 by date)

Ahmed Zoeil 1-Jan-16 7:10am View    
thank you for your reply but I don't want to insert itmname if itmcode is null I want itmcode only to be inserted if it's value is null and if there's value in itmcode add it next to it

so it would look like this


itmname itmcode

name1 3

if user enter 4 in textbox1 then it give me this result :

itmname itmcode

name1 34
Ahmed Zoeil 1-Jan-16 7:06am View    
no error just itmcode never changed
Ahmed Zoeil 30-Dec-15 12:20pm View    
can you show me how to do that in code you gave me please
Ahmed Zoeil 30-Dec-15 4:32am View    
thanks for your answer working too
Ahmed Zoeil 30-Dec-15 4:31am View    
it's working but throws error because it need the whole 7 numbers to be there to work .. is there's a way to make it add to textboxes as I type ?