Ok, here's a fun one! (Not really, is kinda making me mad) I have a sql server i'm working from. Now the client wants to have 4 widgets a row, and all the widgets are stored in the database. I am using stored procedures for the selecting. Now when I get the information back, I have to test for each widget and then display if true. Is there a way to know which ones are true in advance? Either in code or by stored procedure?
Thanks!
Mac