Click here to Skip to main content
15,915,508 members
Home / Discussions / C#
   

C#

 
QuestionThreadpool Synchronization causing out of memory error Pin
sumathi pandarinathan26-May-08 0:12
sumathi pandarinathan26-May-08 0:12 
AnswerRe: Threadpool Synchronization causing out of memory error Pin
leppie26-May-08 4:03
leppie26-May-08 4:03 
GeneralRe: Threadpool Synchronization causing out of memory error Pin
sumathi pandarinathan26-May-08 21:09
sumathi pandarinathan26-May-08 21:09 
Questionfolderbrowserdialog Pin
huotari25-May-08 23:57
huotari25-May-08 23:57 
AnswerRe: folderbrowserdialog Pin
Dario Solera26-May-08 0:18
Dario Solera26-May-08 0:18 
AnswerRe: folderbrowserdialog Pin
D i x y26-May-08 0:56
D i x y26-May-08 0:56 
QuestionFix an error 'Page can not be displayed' for file upload control when uploading more than 10mb file size Pin
kishoregani25-May-08 23:30
kishoregani25-May-08 23:30 
AnswerRe: Fix an error 'Page can not be displayed' for file upload control when uploading more than 10mb file size Pin
Dario Solera26-May-08 0:21
Dario Solera26-May-08 0:21 
Unfortunately on the server side, in ASP.NET, you can't tell the file size before the request is fully uploaded to the server, because the ASP.NET pipeline is invoked only at that time. When a file is greater than 10 MB (default), the request is killed by the ASP.NET runtime.

I am not aware of any client-side method available for determining the file size, unless you want to use Flash.

If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker
My Photos/CP Flickr Group - ScrewTurn Wiki

GeneralRe: Fix an error 'Page can not be displayed' for file upload control when uploading more than 10mb file size Pin
Vasudevan Deepak Kumar26-May-08 19:18
Vasudevan Deepak Kumar26-May-08 19:18 
QuestionHow to get the row/column/data of cells selected in worksheet of Excel using C# Pin
Varad_Rajan25-May-08 23:25
Varad_Rajan25-May-08 23:25 
AnswerRe: How to get the row/column/data of cells selected in worksheet of Excel using C# Pin
leppie26-May-08 4:05
leppie26-May-08 4:05 
QuestionDetecting if a key is pressed outside the key events Pin
Christian Wikander25-May-08 23:24
Christian Wikander25-May-08 23:24 
AnswerRe: Detecting if a key is pressed outside the key events Pin
Roger Alsing26-May-08 0:55
Roger Alsing26-May-08 0:55 
AnswerRe: Detecting if a key is pressed outside the key events Pin
Ed.Poore26-May-08 0:55
Ed.Poore26-May-08 0:55 
GeneralRe: Detecting if a key is pressed outside the key events Pin
Christian Wikander26-May-08 1:28
Christian Wikander26-May-08 1:28 
QuestionConsole.WriteLine Pin
George_George25-May-08 23:21
George_George25-May-08 23:21 
AnswerRe: Console.WriteLine Pin
Colin Angus Mackay25-May-08 23:51
Colin Angus Mackay25-May-08 23:51 
GeneralRe: Console.WriteLine Pin
George_George26-May-08 0:01
George_George26-May-08 0:01 
AnswerRe: Console.WriteLine Pin
DaveyM6925-May-08 23:53
professionalDaveyM6925-May-08 23:53 
GeneralRe: Console.WriteLine Pin
George_George26-May-08 0:02
George_George26-May-08 0:02 
QuestionIgnoring folders when unzipping with FastZip Pin
Kiefie25-May-08 23:16
Kiefie25-May-08 23:16 
QuestionNeed help to do a "online members" list to my chat Pin
Bobbz25-May-08 23:09
Bobbz25-May-08 23:09 
AnswerRe: Need help to do a "online members" list to my chat Pin
Christian Wikander25-May-08 23:30
Christian Wikander25-May-08 23:30 
QuestionCapture mouse click to get application name Pin
Burim Rama25-May-08 23:03
Burim Rama25-May-08 23:03 
AnswerRe: Capture mouse click to get application name Pin
DaveyM6925-May-08 23:07
professionalDaveyM6925-May-08 23:07 

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.