Click here to Skip to main content
15,905,679 members

Comments by sHoE_FeRReT (Top 3 by date)

sHoE_FeRReT 10-Mar-14 12:12pm View    
We need wildcards to search for strings that end with particular patterns. I tried a LINQ with a regular expression to create the wildcard functionality, this worked fine unless the first character was a wildcard. something like "t*est" would return results quickly, but "*test" could take upto around 10 seconds.
sHoE_FeRReT 27-Feb-14 6:53am View    
Thanks alot that works Great!
sHoE_FeRReT 21-Jan-14 16:21pm View    
Thanks alot for the replies, looking for info on the AjaxControl toolkit with the dynamic populate led me to an example using the jQuery.getJSON that returned a JSON object from C# (like Christian suggested) For some reason I didn't look into the jQuery/Ajax side first as I presumed I would have to port existing code over to JavaScript etc...