Application Variables
-
What's Better? I am binding my nav and dropdown lists from application variables I have created in global.asax. My question is: Is it better to use a DataSet or DataReader for application variables? As the application variable is persistent through out the app once loaded on "Application_Start" a DataReader would be better?, as DataSet would take more resource memory? and because it is an application variable it would not requery database.. What do you think? Am I being pedantic?:~
-
What's Better? I am binding my nav and dropdown lists from application variables I have created in global.asax. My question is: Is it better to use a DataSet or DataReader for application variables? As the application variable is persistent through out the app once loaded on "Application_Start" a DataReader would be better?, as DataSet would take more resource memory? and because it is an application variable it would not requery database.. What do you think? Am I being pedantic?:~