Viewstate and mobile clients

N

.nLL

I have mobile site where i use

protected override PageStatePersister PageStatePersister
{

get
{

return new SessionPageStatePersister(Page);

}

}

on my base page in order to minimize viewsatate that sent to client.

Regardless above override when viewstate encoded in base64 some clients
posts it as url encoded so that

ie: /djdyt54t544== becomes %20%2Fdjdyt54t544%3D%3D%20
wich generates erorr.
I am trying to find a way to decode posted viewstate so i can prevent this
error.



I have tried to keep viewstate in sesisons (
http://blogs.msdn.com/alikl/archive...-to-keep-asp-net-viewstate-on-the-server.aspx )
but then not all mobile phones and networks keeps cookies and i come back to
square one.

Can anyone help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top