Search

You searched for the word(s): userid:877682

Matching Posts

  • Re: help with linq where clause

    I understand your problem as: If Street parameter is empty then only city filter should be applied, and if this is so, then the best solution would be to use predicate expression that would help you in dynamically adding filters based on various conditions. See the following example to use predicates: First, add the following predicate class somewhere in your business logic- ----------------------------------------------------------------- public static class PredicateBuilder { public static Expression<Func<T
    Posted to Data Access and ObjectDataSource Control (Forum) by Revolutionist on 6/26/2009
    Filed under: Linq, LINQ samples, LINQtoSQL, asp.net 3.5 Linq, 3.5, filters, Linq query, "Linq to Sql" LinqDataSource, dynamic LINQ, lamba expressions, "Linq to Sql", linqtosql c#, .net linq c#, LInQ Search
  • Re: Multilanguage support on string?

    One way to translate a web page is through localization i.e. by putting all page text para-by-para into resource (.RESX) files of English, Spanish, German, etc. after respective translations. the other faster way is by using Google Translate API, see the link- http://code.google.com/apis/ajaxlanguage/ You can find a developer guide of Google Translate API at http://code.google.com/apis/ajaxlanguage/documentation/ and Example project at http://code.google.com/apis/ajaxlanguage/documentation/#Examples
    Posted to Localization (Forum) by Revolutionist on 6/26/2009
Page 1 of 1 (2 items)