Invalid length for a Base-64 char array
As the title says, I am getting:
As the title says, I am getting:
I have very little to go on here. I can’t reproduce this locally, but when users get the error I get an automatic email exception notification:
What is the difference between storing a datatable in Session vs Cache? What are the advantages and disadvantages?
I need to see the contents of the viewstate of an asp.net page. I looked for a viewstate decoder, found Fridz Onion’s ViewState Decoder but it asks for the url of a page to get its viewstate. Since my viewstate is formed after a postback and comes as a result of an operation in an update panel, I cannot provide a url. I need to copy & paste the viewstate string and see what’s inside. Is there a tool or a website exist that can help viewing the contents of viewstate?
What is the difference between SessionState and ViewState in ASP.NET?
I have an ASP.NET 2.0 application that is working fine in our local environment. When published to a test server, we’re getting intermittent errors on the server.
I’m sorry for maybe making such a basic question but in ASP.NET websites what does the __VIEWSTATE input field represent?
Let’s say you have a aspx page that does not rely on session, but does rely on viewstate for persistance between postbacks.
I have a list of type List<JobSeeker>. I want to store it in ViewState. How this can be done?
I have the following in my BasePage class which all my ASPX pages derive from: