votes
Using Cache object
Hi, I have a problem with using Cache object to access data between webforms. I have a project with 5 web forms. I added SQLDataadapter1 in web form1 into a Cache object. I tried to access the stored cache object in web form2 but it show ...
