I have a custom static class for displaying resources from database,
These resources are only string type,
Right now - when I show a ASPX page in design - all the strings are missing (because they are being initialized at runtime...)
Is there a way that I can make it support Visual Studio - so the string data will show on design ?
Thanks in advance.