Adventures in C#

tips, tricks, roadblocks and solutions discovered while programming in Visual Studio and C#

?Tags for Adventures in C#

What's this?
Tags are super-short descriptions of people
and sites. Tags describe you and your sites
so others can easily find you. Tag people and
sites to describe them to the community and
return to them in the future.
Tagged by:

Roll over tags to view taggers

(ex: Xbox 360, Mom, Social Media)

Latest Content

One of the great things about VS 2005 & ASP.NET 2.0+ is the ability to quickly and easily create and user Master Pages in your ASP.NET web application. One of the horribly difficult things about Master Pages is when using mash-ups, figuring out how..
Topics: , , ,
Making an error in your code is one thing. But making an error that is so brilliantly, blatantly and egregiously stupid...well, that is something wholly and completely different. Case in point. I have a GridView control on a page. I need to be able to...
Topics: , ,
I have the need to highlight items when the user selects to zoom to a particular item from a custom search. If I was using the ResultsTask control, then the user could simply check the checkbox next to the feature, and it would highlight. However, since..
Topics: , , , , ,
I have an ArcGIS Server application. The client didn't like the standard format ESRI uses for displaying search results. So I made my own version. Basically, I return an HTML table through Callback scripting and populate a DIV with it. That table...
Topics: , , ,
I have been using Windows Live Writer for quite a while now. I like it. It contains all the info for my different blogs. It is a desktop app. Makes it easy to start a post, save it as a draft, and continue it on later and when you actually get around to..
Topics: