Click here to Skip to main content
15,888,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: filedownloading Pin
Christian Graus14-Nov-07 22:40
protectorChristian Graus14-Nov-07 22:40 
GeneralRe: filedownloading Pin
Sunil Wise14-Nov-07 22:43
professionalSunil Wise14-Nov-07 22:43 
GeneralRe: filedownloading Pin
Christian Graus14-Nov-07 23:30
protectorChristian Graus14-Nov-07 23:30 
AnswerRe: filedownloading Pin
Prateek G14-Nov-07 22:59
Prateek G14-Nov-07 22:59 
GeneralRe: filedownloading Pin
Sunil Wise14-Nov-07 23:19
professionalSunil Wise14-Nov-07 23:19 
GeneralRe: filedownloading Pin
Prateek G14-Nov-07 23:40
Prateek G14-Nov-07 23:40 
Questionuploading and retrive image Pin
Krishna Varadharajan14-Nov-07 21:54
Krishna Varadharajan14-Nov-07 21:54 
AnswerRe: uploading and retrive image Pin
Christian Graus14-Nov-07 22:38
protectorChristian Graus14-Nov-07 22:38 
OK, you have a few problems here

1 - binary data is how you want to store it, you just need to turn that data back into an image, which you do by putting it into a memory stream and building an Image out of that.
2 - because you're using ASP.NET, any images you store in the database can only be served inside a page if you feed them out through a HTTPhandler. A far easier approach is to store the images in your file system and store the path to them in SQL Server.


Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

QuestionPDF storing in Temporary Folder [modified] Pin
Shajeel14-Nov-07 21:26
Shajeel14-Nov-07 21:26 
Questioncode to logout on window close Pin
rockz...14-Nov-07 21:24
rockz...14-Nov-07 21:24 
AnswerRe: code to logout on window close Pin
Christian Graus14-Nov-07 21:28
protectorChristian Graus14-Nov-07 21:28 
AnswerRe: code to logout on window close [modified] Pin
Sonia Gupta14-Nov-07 21:43
Sonia Gupta14-Nov-07 21:43 
Questionstoring image Pin
Krishna Varadharajan14-Nov-07 20:48
Krishna Varadharajan14-Nov-07 20:48 
AnswerRe: storing image Pin
Krishna Varadharajan14-Nov-07 20:49
Krishna Varadharajan14-Nov-07 20:49 
AnswerRe: storing image Pin
Christian Graus14-Nov-07 21:18
protectorChristian Graus14-Nov-07 21:18 
GeneralRe: storing image Pin
Krishna Varadharajan14-Nov-07 21:41
Krishna Varadharajan14-Nov-07 21:41 
GeneralRe: storing image Pin
N a v a n e e t h14-Nov-07 21:51
N a v a n e e t h14-Nov-07 21:51 
GeneralRe: storing image Pin
Krishna Varadharajan14-Nov-07 21:59
Krishna Varadharajan14-Nov-07 21:59 
GeneralRe: storing image Pin
Christian Graus14-Nov-07 22:36
protectorChristian Graus14-Nov-07 22:36 
QuestionON CLICK EVENT IN Data grid Pin
ps.srinivasan14-Nov-07 20:28
ps.srinivasan14-Nov-07 20:28 
AnswerRe: ON CLICK EVENT IN Data grid Pin
Christian Graus14-Nov-07 20:33
protectorChristian Graus14-Nov-07 20:33 
AnswerRe: ON CLICK EVENT IN Data grid Pin
Ravi_2114-Nov-07 20:50
Ravi_2114-Nov-07 20:50 
QuestionCan i get a data in comma delimited format using query. Pin
Sasmi_Office14-Nov-07 20:08
Sasmi_Office14-Nov-07 20:08 
AnswerRe: Can i get a data in comma delimited format using query. Pin
Sun Rays14-Nov-07 21:46
Sun Rays14-Nov-07 21:46 
AnswerRe: Can i get a data in comma delimited format using query. Pin
Sun Rays14-Nov-07 23:31
Sun Rays14-Nov-07 23: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.