mine is windows applicatn,i have 2 textbox on form, i want both values should not be equal. i dont want to use errorprovider control in .net. i want to add constraint on table so dat my condition will b checked
plz help
mine is windows applicatn,i have 2 textbox on form, i want both values should not be equal. i dont want to use errorprovider control in .net. i want to add constraint on table so dat my condition will b checked
plz help
if you want to use constraints at database level use check constraint like
Comment