Advertisement

1 - 10 of 200 containing alltags:("viewstate") (0 seconds)
Quoting from the book - PROFESSIONAL ASP.NET : "There are a set of distinct steps that the server goes through when processing a Web Forms Page. The first of which is the Configuration stage, ...
Zones: ASPDate Answered: 05/04/2002 Grade: B Views: 0
I don't seem to be able to turn viewstate off. I have created a vb.net asp.net project with two textboxes and a button on the default webform.I have "enableviewstate= false" for the page and for a...
Zones: .NETDate Answered: 11/21/2003 Grade: A Views: 0
Hi I have an ASP.NET application which containt several web forms in different aspx-files. The entire application requires login and I use the built in Forms Authentication mode for this. The da...
Zones: .NETDate Answered: 05/07/2003 Grade: B Views: 0
I was trying to avoid using POST method forms on an ASP.NET page so that someone could bookmark the page without losing the data they had submitted to the form. I changed the form method to GET, wh...
Zones: ASP, Microsoft ProgrammingDate Answered: 08/31/2003 Grade: A Views: 0
In ASP.NET the viewstate is a default property of the page as well as for all the controls on the page. Meaning the view state is always set to true by default. So the page always stores the contro...
Zones: Web DevelopmentDate Answered: 07/09/2004 Grade: A Views: 0
Hi people, I've created a custom control with 3 textboxes amongst otherstuff. Onpostback my controls lose their values. I've played with the StateBag / Viewstate but cannot get it to work. ...
Zones: C#Date Answered: 08/03/2004 Grade: A Views: 0
I have a page written that displays a series of checkboxes.  Based on what the user saves there is an action for either it being unchecked or checked, always.  Thus, to save the server from doing r...
Zones: C#Date Answered: 02/16/2004 Grade: A Views: 0
I've asked this question in the asp.net forum but have not been able to get an answer yet. If I encode as follows postData = "name1=value1&name2=value2"+"&_VIEWSTATE=" +viewState; // the view...
Zones: C#Date Answered: 06/25/2004 Grade: A Views: 0
So I have multiple pages and I am confused about the viewstate property. What exactly does it do if set viewstate to be true? when should I set viewstate to be true and when should it be false. ...
Zones: ASP.Net ProgrammingDate Answered: 07/27/2004 Grade: A Views: 0
Can't think this afternoon...must be Bonnie or Charley's fault Anyway on a page of mine I have a dropdownlist with hundreds of items.  The items are easily sorted by an account number, so users ...
Zones: ASP.Net ProgrammingDate Answered: 08/13/2004 Grade: A Views: 4