Welcome to AspAdvice Sign in | Join | Help

.Net Discoveries

An attempt to pass along some answers I have discovered in my .Net coding.

Browse by Tags

All Tags » XML   (RSS)
The Wonderful Joys of XML.SelectSingleNode or XMLDOM Snafu's
Prologue I wrote last time about an XML data feed that we purchased access to. I've been doing a bit of development to re-purpose that feed for internal consumption. In the process, I've used the XMLDocument object to import and then repackage the feed Read More...
6 Tweaks for your ASP:Menu Control
Prologue I have slowly been working on redesigning recreating our company website in all ASP.Net 2.0. Currently it's half ASP.Net 1.1 and the other half is classic ASP (ugh). As such, I've been trying to make use of some of the new tools that Read More...