Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Gridview Column width Pin
aransiola3-Apr-08 6:22
aransiola3-Apr-08 6:22 
GeneralRe: Gridview Column width Pin
rupali_sd6-Nov-09 23:28
rupali_sd6-Nov-09 23:28 
QuestionGridView not displaying properly Pin
Raj_coder31-Mar-08 21:42
Raj_coder31-Mar-08 21:42 
GeneralRe: GridView not displaying properly Pin
Herman<T>.Instance31-Mar-08 23:42
Herman<T>.Instance31-Mar-08 23:42 
GeneralRaising an event from User Control Pin
narayanagvs31-Mar-08 21:32
narayanagvs31-Mar-08 21:32 
GeneralRe: Raising an event from User Control Pin
Sandeep Akhare31-Mar-08 22:42
Sandeep Akhare31-Mar-08 22:42 
GeneralRe: Raising an event from User Control Pin
N a v a n e e t h31-Mar-08 23:08
N a v a n e e t h31-Mar-08 23:08 
GeneralProblem with massive HTTP requests Pin
Mel Padden31-Mar-08 21:09
Mel Padden31-Mar-08 21:09 
Right, sticky little problem. I have a standard upload form in my web app, and I need to protect against people trying to upload massive files and getting crappy responses back. I'm catching the error in the Application_BeginRequest event by checking the inputStream, but here's my problem; If I do a response.Redirect to a URL with a meaningful error message, the application still won't display the page, as the massive HTMLStream is still there (at least I think that's what's happening. I've artificially triggered the redirect with a smaller file size, and it works, so it must be something to do with the size of the request).

I've tried using context.items.Clear(), but to no avail. also, a Server.transfer is not an option, because all the pages in the application inherit from a base page class that uses loads of session stuff, and server.transfer seems to lose all session information. So every way I turn I come up against a brick wall.

Does anybody have any ideas? If there was some way to do a server.transfer while preserving session state without preserving the input request stream, I think that would do it. But I can't see a way to do it.

Smokie, this is not 'Nam. This is bowling. There are rules.

GeneralRe: Problem with massive HTTP requests Pin
Herman<T>.Instance31-Mar-08 22:12
Herman<T>.Instance31-Mar-08 22:12 
GeneralRe: Problem with massive HTTP requests Pin
N a v a n e e t h31-Mar-08 23:12
N a v a n e e t h31-Mar-08 23:12 
QuestionHow to display all test Pin
ASysSolvers31-Mar-08 20:39
ASysSolvers31-Mar-08 20:39 
GeneralRe: How to display all test Pin
Ashish Sehajpal1-Apr-08 0:00
Ashish Sehajpal1-Apr-08 0:00 
GeneralHTML String to Word with Header and Footer (ASP.NET and VB.NET) Pin
sasikumarg198331-Mar-08 20:33
sasikumarg198331-Mar-08 20:33 
QuestionAsp.net active directory problem Pin
gafooronline31-Mar-08 20:03
gafooronline31-Mar-08 20:03 
Questionautogenegate column in bound field Pin
Pankaj Garg31-Mar-08 19:55
Pankaj Garg31-Mar-08 19:55 
GeneralRe: autogenegate column in bound field Pin
Herman<T>.Instance14-Apr-08 4:40
Herman<T>.Instance14-Apr-08 4:40 
QuestionHow to take BACKUP of my PROJECT? [modified] Pin
John Sundar31-Mar-08 19:33
John Sundar31-Mar-08 19:33 
GeneralRe: How to take BACKUP of my PROJECT? Pin
Laddie31-Mar-08 19:57
Laddie31-Mar-08 19:57 
GeneralRe: How to take BACKUP of my PROJECT? Pin
John Sundar31-Mar-08 20:03
John Sundar31-Mar-08 20:03 
GeneralDownload folder Pin
rajanandal31-Mar-08 19:23
rajanandal31-Mar-08 19:23 
GeneralRe: Download folder Pin
pmarfleet31-Mar-08 19:41
pmarfleet31-Mar-08 19:41 
GeneralRe: Download folder Pin
rajanandal31-Mar-08 19:49
rajanandal31-Mar-08 19:49 
GeneralRe: Download folder Pin
Laddie31-Mar-08 19:55
Laddie31-Mar-08 19:55 
GeneralRe: Download folder Pin
N a v a n e e t h31-Mar-08 20:47
N a v a n e e t h31-Mar-08 20:47 
QuestionPREVENTING the "BACK" process?? [modified] Pin
John Sundar31-Mar-08 19:22
John Sundar31-Mar-08 19:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.