Hi All and thanks for the help in advance.
I was just wondering why, in my datagrid's KeyPress event, doesn't it detect the use of the "delete" key? It allows the use of it...but doesn't pick it up as the keyascii value passed into it.........when I hit delete and then a valid value..it give me a non nullable error, then picks up the valid keyasii character and continues onward....
I was just wondering why, in my datagrid's KeyPress event, doesn't it detect the use of the "delete" key? It allows the use of it...but doesn't pick it up as the keyascii value passed into it.........when I hit delete and then a valid value..it give me a non nullable error, then picks up the valid keyasii character and continues onward....