an
saurus
tags:
antiforgerytoken
asp.net-mvc
viewstate
xss
views:
54
answers:
1
Q:
Invalid length for a Base-64 char array
A:
Just solved, because I didn't encode the token before post to server .
MemoryLeak
2010-08-04 07:50:18
related questions
Getting SelectedItem of a DropDownList and retaining list items
Problem with dynamic controls in .NET
Enable ViewState for few controls and disable for others/page
Any viewstate implementation for JSP-Servlet app?
How do I properly handle the viewstate of a child control within a composite control?
How do I enable ViewState for child custom controls when disabled in parent?
Repeated cookie query or Storing in viewstate? Which is the better practice?
ASP.NET: Unable to validate data.
Do I have to use Viewstate in ASP.NET
How do you access Control.ViewState with a dynamically added Control subclass?
How to reduce javax.faces.ViewState in JSF
How do you serialize javascript objects with methods using JSON
How do I persist the value of a label through a response.redirect?
Should I store a database ID field in ViewState?
In ASP.Net, during which page lifecycle event does viewstate get loaded?
ASP.NET Custom Controls - Alternatives to PostBack?
How to gracefully deal with ViewState errors?
How can you tell if viewstate in an ASP.Net application has been tampered with?
Moving ViewState out of the page?
ViewState and changing control order
What do you do when you can't use ViewState?
Setting viewstate on postback
How to decode viewstate
Tracking state using ASP.NET AJAX / ICallbackEventHandler
Viewstate invalid when using Safari