Search Results

0
votes

Best way of constructing dynamic sql queries in C#/.NET3.5?

You may want to consider LINQ or an O/R Mapper like this one: http://www.llblgen.com/ …
0
votes

Is there a way to asynchronously filter an IList?

Wrap only the repeater you want to rebind with an update panel of its own. The only viewstate transferred when doing this is the portion inside the update panel. You may have to play around with …