Hi,
I have got a windows forms project. c# . For example there are 2 textbox in my form. In first textbox for Name and second is for surname.; Whenever user press over TAB button i wanna check from Database if there is a name like my first textbox's.text.If there is than it will get next control if it is not. then my program will ask for saving this name to DB with LINQ to Sql ?
Thanx for ur helps.