HttpRuntime.Cache[key] = ArrayList{"Country1", ..., "CountryN"};
dropDownListData = (ArrayList)HttpRuntime.Cache[key];
No comments:
Post a Comment