Thank you.
I decided to try a bunch of constant strings in a static class (located in my App_Code folder) and it seems to be working okay.
It is a tad clunky, but I no longer have to remember what I called something. I just type the name of the static class and the code completion brings-up a list of values.
Main Topics
Browse All Topics





by: tedh7552Posted on 2009-11-06 at 13:19:35ID: 25763155
You can programatically list them like the example here (which I did not write) but frankly, I make a text file in notepad and let it hang around on the screen...
Select allOpen in new window