Click here to Skip to main content
15,889,867 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to manage the session Pin
Anurag Gandhi28-Jun-10 21:24
professionalAnurag Gandhi28-Jun-10 21:24 
AnswerRe: How to manage the session Pin
Karan_TN28-Jun-10 21:36
Karan_TN28-Jun-10 21:36 
AnswerRe: How to manage the session Pin
m@dhu28-Jun-10 22:51
m@dhu28-Jun-10 22:51 
Questionwsdl Pin
gerom7728-Jun-10 19:43
gerom7728-Jun-10 19:43 
AnswerRe: wsdl Pin
Laxman Auti28-Jun-10 20:44
Laxman Auti28-Jun-10 20:44 
GeneralRe: wsdl Pin
gerom7728-Jun-10 21:37
gerom7728-Jun-10 21:37 
AnswerRe: wsdl Pin
Laxman Auti28-Jun-10 21:58
Laxman Auti28-Jun-10 21:58 
QuestionError occoured while downloading ZIP file Pin
koolprasad200328-Jun-10 19:13
professionalkoolprasad200328-Jun-10 19:13 
hi there,

i got following error when downloading ZIP file having size 4GB
the error says

The size parameter must be between zero and the maximum Int32 value.
Parameter name: size
Actual value was 2166897372.

i have used following code
code]
Response.ContentType = "application/zip";
Response.AppendHeader("Content-Disposition","attachment; filename=SailBig.zip");
Response.TransmitFile( Server.MapPath("~/images/sailbig.zip") );
Response.End();
[/code]

what should i do ???

thanks in advance
koolprasad2003
Rating always..... WELCOME

Be a good listener...Because Opprtunity knoughts softly...N-Joy

AnswerRe: Error occoured while downloading ZIP file Pin
Sandeep Mewara28-Jun-10 19:42
mveSandeep Mewara28-Jun-10 19:42 
QuestionArabic Conversion Pin
SreejithAchutan28-Jun-10 18:58
SreejithAchutan28-Jun-10 18:58 
AnswerRe: Arabic Conversion Pin
Sandeep Mewara28-Jun-10 19:34
mveSandeep Mewara28-Jun-10 19:34 
QuestionMVC project and storeprocedured(Please help) [modified] Pin
future383928-Jun-10 16:58
future383928-Jun-10 16:58 
AnswerRe: MVC project and storeprocedured(Please help) Pin
Sandeep Mewara28-Jun-10 19:33
mveSandeep Mewara28-Jun-10 19:33 
GeneralRe: MVC project and storeprocedured(Please help) Pin
future383929-Jun-10 5:30
future383929-Jun-10 5:30 
GeneralRe: MVC project and storeprocedured(Please help) Pin
future383929-Jun-10 14:31
future383929-Jun-10 14:31 
QuestionFormatting currency Pin
Civic0628-Jun-10 12:25
Civic0628-Jun-10 12:25 
AnswerRe: Formatting currency Pin
Sandeep Mewara28-Jun-10 19:32
mveSandeep Mewara28-Jun-10 19:32 
QuestionRad ListBox Pin
indian14328-Jun-10 9:41
indian14328-Jun-10 9:41 
AnswerRe: Rad ListBox Pin
netJP12L28-Jun-10 11:25
netJP12L28-Jun-10 11:25 
Questionfolder name in iis 7 Pin
netJP12L28-Jun-10 9:35
netJP12L28-Jun-10 9:35 
GeneralRe: folder name in iis 7 Pin
Paladin200028-Jun-10 10:58
Paladin200028-Jun-10 10:58 
GeneralRe: folder name in iis 7 Pin
netJP12L28-Jun-10 11:22
netJP12L28-Jun-10 11:22 
GeneralRe: folder name in iis 7 Pin
Laxman Auti28-Jun-10 20:48
Laxman Auti28-Jun-10 20:48 
QuestionSession data takes two button clicks to work? Pin
Jacob Dixon28-Jun-10 9:19
Jacob Dixon28-Jun-10 9:19 
AnswerRe: Session data takes two button clicks to work? Pin
Ennis Ray Lynch, Jr.28-Jun-10 9:31
Ennis Ray Lynch, Jr.28-Jun-10 9:31 

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.