Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:623462
More Search Options
RSS Available
Matching Posts
Re: Web Deployment Project copies .csproj and .sln files
Steele, Here's what I use to remove .svn folders; a bit klugey but it seems to work fine. For some reason the ** wildcard doesn't work on the .svn folder at the project root, so I just break that one out separately. < ItemGroup > < RemoveAfterBuild Include = " $(OutputPath)\.svn\ " /> < RemoveAfterBuild Include = " $(OutputPath)\**\.svn\ " /> </ ItemGroup > < Target Name = " AfterBuild " > < RemoveDir Directories = " @(RemoveAfterBuild
Posted to
VS Web Deployment Projects
(Forum)
by
mpowell
on 9/8/2006
Re: Truncated ViewState?
Here's what I ended up using. For what it's worth, no more viewstate errors so far... private const int VIEWSTATE_SIZE = 800; protected override object LoadPageStateFromPersistenceMedium() { System.Text.StringBuilder sb = null; int index = 0; while (true) { string fieldValue = Request["__VIEWSTATE" + index.ToString()]; if (fieldValue != null) { if (sb == null) sb = new System.Text.StringBuilder(); sb.Append(fieldValue); index++; } else { break; } } if (sb != null) { LosFormatter formatter = new LosFormatter
Posted to
State Management
(Forum)
by
mpowell
on 9/9/2005
Re: Truncated ViewState?
Does this apply? http://discuss.develop.com/archives/wa.exe?A2=ind0411b&L=dotnet-web&T=0&F=&S=&P=861 I'm getting similar errors and am planning on trying out the viewstate-chunking code mentioned in that post. Mike
Posted to
State Management
(Forum)
by
mpowell
on 9/8/2005
Page 1 of 1 (3 items)
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online