I have an app where I need to dynamically choose an SQLDataSource for a GridView so I can use 1 of 2 stored procedures, depending on who is logged into the system.
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 fields and two button like Ba
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 output and set breakpoints
i am getting this exception 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 cluster, e
I\'m getting errors in a few of my pages: Error Message: Invalid character in a Base-64 string. Error Source: mscorlib
Please refer to the topic h开发者_StackOverflow社区ttp://www.codeproject.com/KB/viewstate/SaveViewState.aspx. The topic demonstrates how you can save ViewState to a file system over server so as to ma
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 controls and immediate
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. When two users are on
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
I have a page that dynamically creates multiple usercontrols on the page_init event, and adds it to a placeholder on the page.