Click here to Skip to main content
15,914,417 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problems with position:absolute div Pin
Keith Barrow6-Oct-10 10:13
professionalKeith Barrow6-Oct-10 10:13 
QuestionASP Charting Controls Pin
Paladin20006-Oct-10 3:51
Paladin20006-Oct-10 3:51 
AnswerRe: ASP Charting Controls Pin
Paladin20006-Oct-10 3:55
Paladin20006-Oct-10 3:55 
GeneralRe: ASP Charting Controls Pin
Rutvik Dave6-Oct-10 5:18
professionalRutvik Dave6-Oct-10 5:18 
GeneralRe: ASP Charting Controls Pin
asad160528-Dec-10 18:48
asad160528-Dec-10 18:48 
QuestionHow to reduce Image stored space size??? Pin
JC.KaNNaN5-Oct-10 20:25
JC.KaNNaN5-Oct-10 20:25 
AnswerRe: How to reduce Image stored space size??? Pin
Blue_Boy5-Oct-10 20:43
Blue_Boy5-Oct-10 20:43 
AnswerRe: How to reduce Image stored space size??? Pin
annathor5-Oct-10 21:14
annathor5-Oct-10 21:14 
what is best, saving images as BLOBS in db or as file on disk, depends on the situation, but I prefer to save it in db, since a)you get a clear connection between the image and data, b)makes things easier to backup,mirror and migrate c) makes it easier to search, sort, and so on, the images.

when it comes to reducing the image size when saving there is some steps you can take:
1) automatic convert the image to a lighter format (eksample: jpg or png) before saving them on the server
2) automatic resize them before saving them to the server
3) re-encode the images with poorer quality but better compression.

If you need to save the images as high quality, high res images in an heavy format like bmp or raw (maybe the spec specifies the quality and size of images or some thing), you could take a look at the System.IO.compression namespace or the zipsharp library.
Questionhell urgent Pin
mmaryum5-Oct-10 20:11
mmaryum5-Oct-10 20:11 
AnswerMy vote of one Pin
Keith Barrow5-Oct-10 23:24
professionalKeith Barrow5-Oct-10 23:24 
AnswerRe: hell urgent Pin
Baconbutty7-Oct-10 2:02
Baconbutty7-Oct-10 2:02 
QuestionWait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . [modified] Pin
cmaheshwari165-Oct-10 19:31
cmaheshwari165-Oct-10 19:31 
AnswerRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Vimalsoft(Pty) Ltd5-Oct-10 21:50
professionalVimalsoft(Pty) Ltd5-Oct-10 21:50 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
cmaheshwari165-Oct-10 22:58
cmaheshwari165-Oct-10 22:58 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Murugesan G6-Oct-10 0:56
Murugesan G6-Oct-10 0:56 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
cmaheshwari166-Oct-10 1:40
cmaheshwari166-Oct-10 1:40 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Murugesan G6-Oct-10 1:48
Murugesan G6-Oct-10 1:48 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
cmaheshwari166-Oct-10 2:26
cmaheshwari166-Oct-10 2:26 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Murugesan G6-Oct-10 3:34
Murugesan G6-Oct-10 3:34 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
cmaheshwari166-Oct-10 4:06
cmaheshwari166-Oct-10 4:06 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Murugesan G6-Oct-10 4:08
Murugesan G6-Oct-10 4:08 
QuestionUnit test cases for Web Services Pin
indian1435-Oct-10 7:56
indian1435-Oct-10 7:56 
AnswerRe: Unit test cases for Web Services Pin
Keith Barrow5-Oct-10 10:29
professionalKeith Barrow5-Oct-10 10:29 
GeneralRe: Unit test cases for Web Services Pin
indian1435-Oct-10 11:07
indian1435-Oct-10 11:07 
GeneralRe: Unit test cases for Web Services Pin
Keith Barrow5-Oct-10 11:54
professionalKeith Barrow5-Oct-10 11:54 

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.