Click here to Skip to main content
15,886,049 members
Home / Discussions / C#
   

C#

 
AnswerRe: Ajax not working when a site is opend inside the another site in a frame. Pin
Abhijit Jana14-Oct-08 2:41
professionalAbhijit Jana14-Oct-08 2:41 
QuestionException: Child list for field Region cannot be created. Pin
AtulRane14-Oct-08 1:17
AtulRane14-Oct-08 1:17 
QuestionHow to Send key-value pair on HTTP Request in C# Pin
am 200914-Oct-08 0:31
am 200914-Oct-08 0:31 
QuestionRe: How to Send key-value pair on HTTP Request in C# Pin
Mark Salsbery14-Oct-08 4:26
Mark Salsbery14-Oct-08 4:26 
QuestionI need to compile the oracle function through asp .net Pin
froxy14-Oct-08 0:21
froxy14-Oct-08 0:21 
AnswerRe: I need to compile the oracle function through asp .net Pin
Colin Angus Mackay14-Oct-08 0:29
Colin Angus Mackay14-Oct-08 0:29 
AnswerRe: I need to compile the oracle function through asp .net Pin
Wendelius14-Oct-08 10:09
mentorWendelius14-Oct-08 10:09 
Questionproblem with OutOfMemoryException Pin
Preeti197914-Oct-08 0:20
Preeti197914-Oct-08 0:20 
hi every body...........i have a problem.i have a web page in which i m uploading an video file by using fileupload control.......before uploading that video file i m checking the size of that video file by the variable FileBytes.then i m checking it with the drive free space .......but this exception named System.OutOfMemoryException occured when i upload the video file of more than 500 MB...the coding i m using is ..........

byte[] FileBytes = FileUpload.FileBytes; // the problem is coming in this line as byte is small datatype for the video file of more than 500 MB

long freespace =drInfo.AvailableFeeSpace;

i want to upload video files of more than 500 MB ...it may be in GB's also

preeti1979
AnswerRe: problem with OutOfMemoryException Pin
Colin Angus Mackay14-Oct-08 0:28
Colin Angus Mackay14-Oct-08 0:28 
GeneralRe: problem with OutOfMemoryException Pin
Preeti197919-Oct-08 22:30
Preeti197919-Oct-08 22:30 
QuestionRe: problem with OutOfMemoryException Pin
Mark Salsbery14-Oct-08 4:35
Mark Salsbery14-Oct-08 4:35 
QuestionSystem.ArgumentOutOfRangeException: Pin
kankeyan13-Oct-08 23:54
kankeyan13-Oct-08 23:54 
AnswerRe: System.ArgumentOutOfRangeException: Pin
DaveyM6914-Oct-08 0:06
professionalDaveyM6914-Oct-08 0:06 
RantRe: System.ArgumentOutOfRangeException: - How many forums are you going to post this to? Pin
Ashfield14-Oct-08 1:24
Ashfield14-Oct-08 1:24 
QuestionSQL Login Protection Pin
Matt Cavanagh13-Oct-08 23:33
Matt Cavanagh13-Oct-08 23:33 
AnswerRe: SQL Login Protection Pin
Colin Angus Mackay14-Oct-08 0:06
Colin Angus Mackay14-Oct-08 0:06 
GeneralRe: SQL Login Protection Pin
Matt Cavanagh14-Oct-08 0:18
Matt Cavanagh14-Oct-08 0:18 
GeneralRe: SQL Login Protection Pin
Colin Angus Mackay14-Oct-08 0:26
Colin Angus Mackay14-Oct-08 0:26 
GeneralRe: SQL Login Protection Pin
Matt Cavanagh14-Oct-08 0:30
Matt Cavanagh14-Oct-08 0:30 
GeneralRe: SQL Login Protection Pin
Ashfield14-Oct-08 1:22
Ashfield14-Oct-08 1:22 
GeneralRe: SQL Login Protection Pin
Matt Cavanagh14-Oct-08 1:26
Matt Cavanagh14-Oct-08 1:26 
GeneralRe: SQL Login Protection Pin
Mark Churchill14-Oct-08 1:37
Mark Churchill14-Oct-08 1:37 
GeneralRe: SQL Login Protection Pin
Ashfield14-Oct-08 9:19
Ashfield14-Oct-08 9:19 
GeneralRe: SQL Login Protection Pin
Matt Cavanagh14-Oct-08 21:58
Matt Cavanagh14-Oct-08 21:58 
GeneralRe: SQL Login Protection Pin
Ashfield15-Oct-08 8:41
Ashfield15-Oct-08 8:41 

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.