Tagged Questions

3
votes
2answers
818 views

Lazy loading SELECT element options w/ jquerymobile, c# and asp.net

I have a SELECT element on one of my jQuery Mobile pages that has a lot of possible values. Obviously loading all of the options on page load raises performance issues on mobile handsets. What is a ...
3
votes
6answers
1k views

Large XML file, XmlDocument not feasible but need to be able to search

I am struggling with a sensible logic loop for stripping out nodes from an XML file too large to use with XPath supporting .NET classes. I am attempting to replace the single line of code I had (that ...