Quote Originally Posted by gep13 View Post
A class marked as static would exist for all users of your site. You mentioned earlier that you wanted to allow changes to a DataSet on a per user basis, this would not work with a static class.

Gary
yes, gep
if i marked the class as static, the object value will be for all users,
and if you want the dataset per user sure this will not be the right thing to do