Ask a Question related to ASP.NET General, Design and Development.
-
Marv #1
Using SQL to Store ViewState?
In v1.1 I've created a PageBase.vb class that all
application web pages inherit from. I've overridden
the "LoadPageStateFromPersistenceMedium"
and "SavePageStateToPersistenceMedium" methods of the
base class "System.Web.UI.Page" so that all of the app
page's ViewState is stored as rows in the app's SQL
Server table "ViewStates".
Anyway, all is good in v1.1, but when I deploy to my
hosting service (running v1.0) this all seems to break.
Was it possible to do this in v1.0?
Thanks for any info provided in advance.
Marv Guest
-
Failed to load viewstate. The control tree into which viewstate...
Hi to all, I have a webform.aspx and inside i have a dropdown list with autopostback and a place holder... Depending of the selected index... -
Viewstate
hi I am using the viewstate of a dynamically created Datagrid ( columns are created dynamically and bound to a dataset) to export to excel.... -
ASP.NET Viewstate Bug
Does it happens when the request goes on a machine but was previously handled by the other one (for example because it keeps the client IP/machine... -
Viewstate errors... how do I get viewstate working?
Hi all, Have to say I can't for the life of me get this viewstate business working with collections of classes! The current error I'm getting... -
how does viewstate appear?
i am having problems after problems... first i tried to create a page template and finally got that to work. so currently all my pages inherit... -
Marina #2
Re: Using SQL to Store ViewState?
I dont' think apps compiled with 1.1 will work on 1.0... I think you would
have to specifically redirect it to use the lower version.
Other then that, you will have to post the specific error, where it occurs,
and the relevant code.
"Marv" <mcslayton@seasidecon.com> wrote in message
news:083601c34f89$456ea9a0$a301280a@phx.gbl...> In v1.1 I've created a PageBase.vb class that all
> application web pages inherit from. I've overridden
> the "LoadPageStateFromPersistenceMedium"
> and "SavePageStateToPersistenceMedium" methods of the
> base class "System.Web.UI.Page" so that all of the app
> page's ViewState is stored as rows in the app's SQL
> Server table "ViewStates".
>
> Anyway, all is good in v1.1, but when I deploy to my
> hosting service (running v1.0) this all seems to break.
> Was it possible to do this in v1.0?
>
> Thanks for any info provided in advance.
>
Marina Guest



Reply With Quote

