G
Guest
Virus Scanning is causing our Sessions to drop and the application to
restart. So my only solution is to utilize ViewState for about 3 small
strings on each page in C#. However, I am not using VS and need to do this in
an assembly.
I have created a class and inherited the page class but how do I add to the
current page's viewstate from this assembly? The assembly compiles by just
using ViewState["somevalue"] = thevalue; but the page does not have anything
set for these viewstate variables.
Thanks
restart. So my only solution is to utilize ViewState for about 3 small
strings on each page in C#. However, I am not using VS and need to do this in
an assembly.
I have created a class and inherited the page class but how do I add to the
current page's viewstate from this assembly? The assembly compiles by just
using ViewState["somevalue"] = thevalue; but the page does not have anything
set for these viewstate variables.
Thanks