Click here to Skip to main content
15,890,438 members

Comments by sameer549 (Top 57 by date)

sameer549 7-Aug-17 1:56am View    
http://www.c-sharpcorner.com/UploadFile/dpatra/autocomplete-textbox-in-wpf/
sameer549 13-Jul-17 1:13am View    
whats problem you are facing with background worker ??
I did many such long running tasks using background worker.
checkout the simple example with background worker and try to implement.
https://www.codeproject.com/Articles/99143/BackgroundWorker-Class-Sample-for-Beginners
sameer549 6-Jul-17 9:01am View    
biometric data will be saved in its configured DB, and you can write your own windows service to access the data and do the remaining things..
sameer549 22-Jun-17 8:01am View    
did you try Using both SendKeys.Send() and SendKeys.Sendwait() ??
sameer549 21-May-17 7:11am View    
register pageload script from codebehind and call your javascript function