Hey Mitchel! I'm doing a couple of customizations to the Announcements module and have created a new arraylist to bind to a dropdownlist. The problem is that when I try to run the module, it keeps wanting to populate my arraylist by using the Ihydratale Fill method. When it does, I get a "System.IndexOutOfRangeException" error because it can't find the values in the Fill method such as "ItemID" in my arraylist. I can't figure out how I can get around the IHydratable or at least set it up so that it will fill my values without throwing errors. Any idea? |