I have developing wpf application where i need to search some value (10 digit) in database from textbox and show message as per output. i have used text changed event but it does not fulfil my requirement.it does not wait for accept complete value its fire before accepting 10 digit not after complete value.
so can any one tell me any solution for that or any alternative solution.
here i m using button to check the value but i dont want this. i want to call this method without pressing button.