Scott On Writing.NET
Musings on technical writing...
Search:
Browse by Tags
All Tags
»
ASP.NET View State
(
RSS
)
ASP.NET Talk
Miscellaneous
Determining an ASP.NET Page's View State Footprint
06 July 10 11:35 PM
|
Scott Mitchell
|
6 comment(s)
ASP.NET view state is the technique used by an ASP.NET Web page to persist changes to the state of a Web Form across postbacks. The view state of a page is, by default, placed in a hidden form field named __VIEWSTATE, and can easily get very large. Not...
How Big is Too Big a ViewState?
07 September 05 09:14 AM
|
Scott Mitchell
| with
no comments
When creating ASP.NET pages one thing that usually doesn't get looked at too intensely by developers is the page's ViewState weight ( I've been guilty of this myself ). While there are various mechanisms to reduce the ViewState bloat in a page, the ultimate...
Don't Trust ViewState
03 May 05 05:03 PM
|
Scott Mitchell
| with
no comments
Today I was pointed to a recent email to the BUGTRAQ mailing list (a mailing frequented by security experts) concerning replay attacks and ASP.NET view state. The email was posted by Michal Zalewski, titled: ASP.NET __VIEWSTATE crypto validation prone...
Using Email as a Knowledge Base
25 April 05 09:42 PM
|
Scott Mitchell
| with
no comments
A recent BBC article, E-mail is the New Database , examines how as the storage capacity and search capabilities of email services have grown and improved over the past year, many folks are using their online email accounts as personal databases. Need...
Control Building and ViewState Redux
08 October 04 08:35 AM
|
Scott Mitchell
| with
no comments
Earlier this week I posted an entry titled Control Building and ViewState Lesson for the Day , in which I discussed when working with dynamic controls the importance of the order with which a control is added and its properties are set. My end recommendation...
Control Building and ViewState Lesson for the Day
06 October 04 03:17 PM
|
Scott Mitchell
|
1 comment(s)
Whenever I am working on a problem and hit a perplexing roadblock that impedes my process, my initial emotional state is calm. “I'll figure out this problem soon,” I tell myself, as I explore workarounds or examine the code base to try to understand why...
Question: I set my page's EnableViewState property False; why is there still a __VIEWSTATE hidden form field?
23 July 04 02:54 PM
|
Scott Mitchell
| with
no comments
ANSWER: A while back I wrote an article for MSDN online titled Understanding ASP.NET View State , and blogged about the article in this past entry . I recently noticed a comment in that blog entry from Matthias Cavigelli , asking: When I disable the ViewState...
Largest. ViewState. Ever.
22 July 04 08:37 AM
|
Scott Mitchell
|
1 comment(s)
The ASP.NET DataGrid Web control is notorious for its hefty view state size, but the DropDownList control can hold its own weight as well, especially when it contains a lot of items. For example, a page containing nothing but a DropDownList populated...
Understanding ASP.NET View State
03 June 04 09:28 AM
|
Scott Mitchell
| with
no comments
My latest MSDN article is now online, and covers a topic that many developers do not have as tight a grasp on as they may think. Understanding ASP.NET View State looks at how an ASP.NET page maintains its state changes across postbacks, examining: The...
Google AdSense and ASP.NET View State
29 May 04 11:43 AM
|
Scott Mitchell
| with
no comments
I recently decided to try out Google AdSense on a few personal sites I run - ScottOnWriting.NET, NBAWebLog.com , MP3Players101.com , skmMenu.com , and DataWebControls.com - mainly as an experiment to see the effectiveness of text advertising and what...
A Stumper of an ASP.NET Question: SOLVED!
20 May 04 03:05 PM
|
Scott Mitchell
| with
no comments
In my last blog entry I posed an ASP.NET / Repeater question that had me and a student of mine utterly stumped. I have been communicating with this student today, bouncing ideas back and forth, and he noted that if the Repeater's EnableViewState property...
A Stumper of an ASP.NET Question
20 May 04 11:25 AM
|
Scott Mitchell
| with
no comments
Last night a student of mine asked why the Button Web control in a Repeater's ItemTemplate does not raise the Repeater's ItemCommand event when clicked, but a LinkButton does. I was perplexed because from my understanding anytime a Command event is raised...
Panel Weirdness
28 April 04 12:14 PM
|
Scott Mitchell
| with
no comments
I recently responded to a newsgroup post on microsoft.public.dotnet.framework.aspnet.webcontrols that I thought warranted a follow-up comment here. The posters question was: I have a Panel control containing a few TextBox controls. The Panel is originally...
More Posts
This Blog
Home
Contact
About
Hire Me!
RSS
Twitter
Tags
.NET Toolbox
About Writing
ASP.NET MVC
ASP.NET Talk
ASP.NET View State
Blog Enhancements
Blogs
Blogs, RSS, Web 2.0
Comment Spam
Crystal Reports
Going Independent
jQuery
Miscellaneous
RssFeed
skmFAQs.NET
skmMenu
SQL
TechEd 2004
Technology
Toolbox Column
Web Services
Local User Groups
San Diego .NET Developers Group
San Diego .NET User Group
Los Angeles .NET Developers Group
Archives
August 2012 (1)
May 2012 (1)
April 2012 (1)
March 2012 (1)
November 2011 (1)
September 2011 (2)
August 2011 (1)
June 2011 (3)
May 2011 (1)
April 2011 (1)
March 2011 (3)
February 2011 (1)
January 2011 (3)
December 2010 (2)
October 2010 (2)
September 2010 (3)
August 2010 (6)
July 2010 (4)
June 2010 (1)
May 2010 (3)
April 2010 (2)
March 2010 (1)
February 2010 (1)
January 2010 (1)
December 2009 (2)
November 2009 (2)
October 2009 (5)
September 2009 (3)
August 2009 (3)
July 2009 (4)
June 2009 (3)
May 2009 (2)
April 2009 (3)
March 2009 (6)
February 2009 (8)
January 2009 (5)
December 2008 (4)
November 2008 (5)
October 2008 (5)
September 2008 (5)
August 2008 (6)
July 2008 (13)
June 2008 (6)
May 2008 (3)
April 2008 (3)
March 2008 (3)
February 2008 (6)
January 2008 (3)
December 2007 (2)
November 2007 (4)
October 2007 (5)
September 2007 (5)
August 2007 (2)
July 2007 (2)
June 2007 (1)
May 2007 (2)
April 2007 (6)
March 2007 (9)
February 2007 (6)
January 2007 (11)
December 2006 (5)
November 2006 (2)
October 2006 (5)
September 2006 (4)
August 2006 (5)
July 2006 (6)
June 2006 (10)
May 2006 (6)
April 2006 (9)
March 2006 (6)
February 2006 (4)
January 2006 (13)
December 2005 (5)
November 2005 (6)
October 2005 (10)
September 2005 (9)
August 2005 (8)
July 2005 (8)
June 2005 (10)
May 2005 (7)
April 2005 (14)
March 2005 (7)
February 2005 (9)
January 2005 (13)
December 2004 (10)
November 2004 (11)
October 2004 (16)
September 2004 (13)
August 2004 (12)
July 2004 (12)
June 2004 (7)
May 2004 (19)
April 2004 (16)
March 2004 (18)
February 2004 (12)
January 2004 (12)
December 2003 (5)
November 2003 (7)
October 2003 (12)
September 2003 (8)
August 2003 (10)
July 2003 (12)
My Books