Search
Results:
Scott Hanselman's Computer Zen - Browsing the Web from your Xbox360
... HttpModule (19) INETA (8) Internationalization (35) Javascript (51)... Speaking (152) Subversion (14) TechEd (117) Tools (303) ViewState (18)... I'm happily browsing the web from my Xbox360 this evening...
ViewState: All You Wanted to Know: ASP Alliance
Title: Manipulate Viewstate using javascript Name: K. Hari Das Date: 8/3/2005 2:04:44 AM Comment: Hi Paul, I am using Infragistic webgrid controls in my page.
Charon Internet - ASP.NET
The hidden box named __VIEWSTATE needs to be enclosed in a <div> tag. And client-side script blocks should be using type="text/javascript" rather than language="javascript"
ASP.NET.4GuysFromRolla.com: ListControl Items, Attributes, and ...
... and Attributes; in this article, Scott looks at how to have these Attributes persisted in ViewState... RadioButton in a RadioButtonList control is selected, you want to run some client-side JavaScript.
AJAX library for ASP.Net
... developers a very powerful alternative to postbacks which in turn can remove the need for ViewState... JavaScript File. AJAX for ASP.Net requires a JavaScript file (.js) to be included within the page.
Cutting Edge: The ASP.NET View State -- MSDN Magazine, February 2003
script language="javascript"> function ShowViewStateSize() { var buf = document.forms[0]["__VIEWSTATE"].value; alert("View state is " + buf.length + " bytes...