Click here to Skip to main content
15,896,726 members

Comments by Sanju Rao (Top 14 by date)

Sanju Rao 2-Sep-14 14:34pm View    
@jameel. I had no other choice than calling sp with ado.net concept and binding to my entity
Sanju Rao 26-Aug-14 16:02pm View    
thank you. you have any demo to accomplish this?
Sanju Rao 18-Aug-14 13:10pm View    
VS 2012. I suspect because my SP has dynamic query that might be the problem? what you say
Sanju Rao 22-Jul-14 4:12am View    
@kornfeld oh. thank you very much.
Sanju Rao 12-Jul-14 8:43am View    
What I suggest is u can write algorithm. which divides the letter in matching and non matching characters. In your case match characters = "Hyde" and non match char = "arbad". Now get all the strings that match with "Hyde" and start matching recursively from the next char that are matching. If not match skip that match with next. The skipped should be given a rank value. keep proceeding in same way and the highest ranked vale will be your first string that is matching Hydearbad