0
votes
4answers
28 views
Need help in asp.net viewstate
Hi all,
Pls somebody help me with viewsate. Suppose i have created two forms. First form contains First name and Last name and one button called NEXT. And Second form contain two f …
0
votes
1answer
19 views
Problems with Viewstate corruption.
I'm getting errors in a few of my pages:
Error Message: Invalid character in a Base-64 string.
Error Source: mscorlib
Error Target Site: Byte[] FromBase64String(System.String)
Er …
0
votes
2answers
29 views
Disable viewstate loading for child controls
I have a lot of web controls created dynamically in an ASP.NET page. In certain postback scenarios (when I click a LinkButton), I want to skip the loading of the old tree of web co …
0
votes
2answers
18 views
Validation of viewstate MAC failed
Dear All,
Help me how to solve this problem.
Error Time : 20091104 151412
Error Message : Validation of viewstate MAC failed. If this application is hosted by a Web Farm or …
1
vote
3answers
37 views
Resolving viewstate/namespace conflicts
Hi, I have a listbox control. When the user clicks it, it tells a custom control to use a certain ID to use.
The custom control draws the same thing everytime(dynamically), just l …
0
votes
2answers
21 views
Problems using Firebug to view script on an ASP.NET page with a very large VIEWSTATE
I inherited an ASP.NET application that builds pages with massive viewstate values. As I have been working through it, I assumed I would be able to use Firebug to inspect the outp …
2
votes
3answers
49 views
Can a datareader be stored in a viewstate?
Hi all,
Can a datareader be stored in a viewstate?
What data can be stored in viewstate?
4
votes
4answers
79 views
Which is best to use ViewState or hiddenfield
Hi All,
I have a page in which I want to maintain the value of object between post backs.
I am thinking of two ways to maintain the value of objects
Store the value in View …
0
votes
1answer
26 views
ViewState error: Concurrent users modifying dynamic controls.
Have a page that adds controls dynamically. Control state is being retrieved from database and controls are re-added to page on postback. User can add/delete controls through UI. W …
2
votes
6answers
201 views
ASP.NET MVC and ViewState
Now I've seen some questions like this, but it's not exactly what I want to ask, so for all those screaming duplicate, I apologize :).
I've barely touched ASP.NET MVC but from wha …
2
votes
1answer
134 views
asp.net Invalid character in a Base-64 string
I have a c# mobile site and have a problem with some of mobile clients. I have posted a trace below but basically browser of phone or wap gateway that phone connects to internet ur …
0
votes
3answers
52 views
Is there a way to expire the viewstate ?
Hi All,
I want to know is there any way to expire the viewstate after a particuler given time.
0
votes
6answers
88 views
How to minimize viewstate size of a page in asp.net?
Hi all,
How to minimize viewstate size of a page in asp.net?
Please help.
0
votes
1answer
53 views
Viewstate in flat files vs viewstate in SQLserver
I wrote my own PageStatePersister class based on SessionPageStatePersister which writes the most recent 10 Viewstates for a session to a shared disk. I figure this will scale bette …
0
votes
2answers
80 views
Problems reloading the viewstate of my dynamically created ASP.Net controls.
I have an ajax toolkit tab container on my ASP.Net page, and I am dynamically creating the tabs in the code behind (at runtime, I have a variable number of tabs, each with the same …
