Click here to Skip to main content
15,887,442 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow can my hosted asp.net website access my local machine database Pin
akosidandan12-May-11 14:53
akosidandan12-May-11 14:53 
Questionword document in ASP.Net Pin
jashimu12-May-11 10:15
jashimu12-May-11 10:15 
QuestionDatagrid performance Pin
vanikanc12-May-11 9:56
vanikanc12-May-11 9:56 
AnswerRe: Datagrid performance Pin
David Mujica13-May-11 3:14
David Mujica13-May-11 3:14 
QuestionResizing images from SQL Database Pin
Aptiva Dave12-May-11 6:20
Aptiva Dave12-May-11 6:20 
AnswerRe: Resizing images from SQL Database Pin
AspDotNetDev12-May-11 7:22
protectorAspDotNetDev12-May-11 7:22 
GeneralRe: Resizing images from SQL Database Pin
Aptiva Dave12-May-11 8:00
Aptiva Dave12-May-11 8:00 
GeneralRe: Resizing images from SQL Database Pin
AspDotNetDev12-May-11 8:13
protectorAspDotNetDev12-May-11 8:13 
Rather than answer that, I'll explain the steps and I trust you can figure it out:
  • First, you'll load the image file data from the database.
  • That image file data will be loaded into an in-memory image.
  • That in-memory image will be resized.
  • The resized image will be saved as image file data.
  • That file data of the resized image will be returned in the HTTP response.


Just to clarify, there are several ways to represent an image. One of those ways is as file data. So when I say "image file data", I mean the image as it would be represented in a file (e.g., the file "AngelinaJolie.jpg" is 300KB of image file data, though that data need not necessarily be stored on the file system itself). In particular, you will typically be working with image file data in byte arrays and memory streams.

QuestionHow to get a timer in ASP.NET 2.0 w/o AJAX? Pin
Jun Du12-May-11 3:54
Jun Du12-May-11 3:54 
AnswerRe: How to get a timer in ASP.NET 2.0 w/o AJAX? Pin
Blue_Boy12-May-11 4:21
Blue_Boy12-May-11 4:21 
AnswerRe: How to get a timer in ASP.NET 2.0 w/o AJAX? Pin
AspDotNetDev12-May-11 7:04
protectorAspDotNetDev12-May-11 7:04 
Questiondelivery report and view report for mails Pin
vishnuvardhan8112-May-11 3:04
vishnuvardhan8112-May-11 3:04 
AnswerRe: delivery report and view report for mails Pin
Sandeep Mewara12-May-11 6:38
mveSandeep Mewara12-May-11 6:38 
Questionremove items from checkedlistbox using javascript Pin
vineesh v11-May-11 20:12
vineesh v11-May-11 20:12 
AnswerRe: remove items from checkedlistbox using javascript Pin
Hiren solanki11-May-11 20:40
Hiren solanki11-May-11 20:40 
AnswerRe: remove items from checkedlistbox using javascript Pin
Dalek Dave18-May-11 14:11
professionalDalek Dave18-May-11 14:11 
QuestionGridview strange question Pin
Pankaj Nikam11-May-11 6:03
professionalPankaj Nikam11-May-11 6:03 
AnswerRe: Gridview strange question Pin
Blue_Boy11-May-11 20:57
Blue_Boy11-May-11 20:57 
QuestionLink text on picture. Pin
sarja7910-May-11 18:42
sarja7910-May-11 18:42 
AnswerRe: Link text on picture. Pin
meeram39510-May-11 20:30
meeram39510-May-11 20:30 
GeneralRe: Link text on picture. Pin
sarja7910-May-11 23:14
sarja7910-May-11 23:14 
GeneralRe: Link text on picture. Pin
meeram39510-May-11 23:33
meeram39510-May-11 23:33 
GeneralRe: Link text on picture. Pin
sarja7911-May-11 14:25
sarja7911-May-11 14:25 
GeneralRe: Link text on picture. Pin
Not Active11-May-11 1:45
mentorNot Active11-May-11 1:45 
QuestionI want to insert button to bottom of gridview. Pin
buffering8310-May-11 15:39
buffering8310-May-11 15:39 

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.