Click here to Skip to main content
15,885,141 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionexport gridview data to CSV file Pin
Praveen Kandari11-Mar-15 21:54
Praveen Kandari11-Mar-15 21:54 
SuggestionRe: export gridview data to CSV file Pin
ZurdoDev19-Mar-15 3:48
professionalZurdoDev19-Mar-15 3:48 
QuestionHow to convert Asp.Net Gridview to OMR sheet Pin
Member 1151271911-Mar-15 21:53
Member 1151271911-Mar-15 21:53 
QuestionRetain value in HttpModule Pin
arisaravanan11-Mar-15 16:28
arisaravanan11-Mar-15 16:28 
AnswerRe: Retain value in HttpModule Pin
F-ES Sitecore11-Mar-15 22:54
professionalF-ES Sitecore11-Mar-15 22:54 
AnswerRe: Retain value in HttpModule Pin
Venkatesh Mookkan18-Mar-15 18:00
Venkatesh Mookkan18-Mar-15 18:00 
QuestionASP.NET Image Viewer? Pin
Member 1151440011-Mar-15 5:49
Member 1151440011-Mar-15 5:49 
AnswerRe: ASP.NET Image Viewer? Pin
Afzaal Ahmad Zeeshan11-Mar-15 7:27
professionalAfzaal Ahmad Zeeshan11-Mar-15 7:27 
Let me answer your problem since the beginning... Well, in my cases always I really did have worked with images ~4mb, but 700mb? Are you serious? You are really going to need some a lot of background logics to work around on this process to shorten the image size. If the image file is of 700mb, try to compress it to 4mb or at maximum 7mb.

You don't need a strong front-end code for this, all you need is a strong back-end code to work around, so that network doesn't have to work a lot; 700mb image file, I'm still scratching my head.

ASP.NET is powerful enough to let you do this. You said, you were able to create a software for this, right? You can still use that code in .NET as a back-end code for ASP.NET and execute it by making different requests to your API. Makes sense? If it doesn't, just reply, I will try to explain it a bit more.

There are always things for something. You can well, use some third-party libraries to decrease the image size before sending it to the client. I found this really very engaging blog post for you to read on this case, https://om4.com.au/client/preparing-image-files-before-uploading-with-wordpress/[^] (Do not mind the word wordpress, it will give you an idea). As I have already said, I have never tried images of 700mb so I don't know of any such library. You can use the previous class files or packages and namespaces, inside this ASP.NET project. You can use NuGet packages, and other .dll files. You should know, ASP.NET runs over .NET framework, so anything that runs in .NET framework can be used in ASP.NET web application too.

This is a really very complex project! Be sure that you're having enough understanding of what you're doing, before getting your hands dirty...
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~


modified 11-Mar-15 13:37pm.

AnswerRe: ASP.NET Image Viewer? Pin
Richard Deeming11-Mar-15 8:25
mveRichard Deeming11-Mar-15 8:25 
AnswerRe: ASP.NET Image Viewer? Pin
jkirkerx11-Mar-15 9:28
professionaljkirkerx11-Mar-15 9:28 
QuestionRegarding web site animation when page scroll Pin
Tridip Bhattacharjee10-Mar-15 23:33
professionalTridip Bhattacharjee10-Mar-15 23:33 
AnswerRe: Regarding web site animation when page scroll Pin
Richard MacCutchan10-Mar-15 23:49
mveRichard MacCutchan10-Mar-15 23:49 
QuestionRelation between controller,view and model in asp.net mvc Pin
Tridip Bhattacharjee10-Mar-15 21:43
professionalTridip Bhattacharjee10-Mar-15 21:43 
AnswerRe: Relation between controller,view and model in asp.net mvc Pin
deepankarbhatnagar10-Mar-15 22:51
professionaldeepankarbhatnagar10-Mar-15 22:51 
GeneralRe: Relation between controller,view and model in asp.net mvc Pin
Tridip Bhattacharjee10-Mar-15 23:30
professionalTridip Bhattacharjee10-Mar-15 23:30 
GeneralRe: Relation between controller,view and model in asp.net mvc Pin
Richard MacCutchan10-Mar-15 23:47
mveRichard MacCutchan10-Mar-15 23:47 
AnswerRe: Relation between controller,view and model in asp.net mvc Pin
Joshua Omundson13-Mar-15 9:01
Joshua Omundson13-Mar-15 9:01 
AnswerRe: Relation between controller,view and model in asp.net mvc Pin
Anurag Gandhi16-Mar-15 9:22
professionalAnurag Gandhi16-Mar-15 9:22 
Questionexport gridview data to CSV file Pin
Praveen Kandari10-Mar-15 20:23
Praveen Kandari10-Mar-15 20:23 
AnswerRe: export gridview data to CSV file Pin
Blikkies10-Mar-15 21:34
professionalBlikkies10-Mar-15 21:34 
GeneralRe: export gridview data to CSV file Pin
Praveen Kandari10-Mar-15 22:42
Praveen Kandari10-Mar-15 22:42 
GeneralRe: export gridview data to CSV file Pin
Blikkies10-Mar-15 22:59
professionalBlikkies10-Mar-15 22:59 
GeneralRe: export gridview data to CSV file Pin
Praveen Kandari10-Mar-15 23:04
Praveen Kandari10-Mar-15 23:04 
GeneralRe: export gridview data to CSV file Pin
Abdulnazark14-Mar-15 8:56
Abdulnazark14-Mar-15 8:56 
QuestionCan we force to make button click event happen without actually clicking? Pin
sudevsu10-Mar-15 4:33
sudevsu10-Mar-15 4:33 

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.