Click here to Skip to main content
16,011,358 members
Home / Discussions / C#
   

C#

 
QuestionSimple Animation Question Pin
...---...16-Mar-06 6:47
...---...16-Mar-06 6:47 
AnswerRe: Simple Animation Question Pin
Christian Graus16-Mar-06 7:09
protectorChristian Graus16-Mar-06 7:09 
QuestionScroll to owner drawn Rectangle - plz help Pin
Gulfraz Khan16-Mar-06 6:25
Gulfraz Khan16-Mar-06 6:25 
Questionhow to implement zoom? Pin
Sasuko16-Mar-06 6:04
Sasuko16-Mar-06 6:04 
AnswerRe: how to implement zoom? Pin
Gulfraz Khan16-Mar-06 6:31
Gulfraz Khan16-Mar-06 6:31 
QuestionDownload from db; resave to db Pin
Lash2016-Mar-06 5:35
Lash2016-Mar-06 5:35 
AnswerRe: Download from db; resave to db Pin
Christian Graus16-Mar-06 5:57
protectorChristian Graus16-Mar-06 5:57 
GeneralRe: Download from db; resave to db Pin
Lash2016-Mar-06 6:26
Lash2016-Mar-06 6:26 
Hi Christian. Thanks for your response. I'm talking about files that have previously been uploaded.

To clarify myself, the file is retrieved from the db, and written using the ffg line of code:

Response.Clear();
Response.ContentType = FILE_TYPE;
Response.OutputStream.Write(FILE_IMAGE,0,FILE_IMAGE.Length);
Response.AddHeader("Content-Disposition", "attachment;filename=" + FILE_NAME);
Response.End();

My question is, once the user makes changes to the displayed file, how do you reload the edited file into the db?
GeneralRe: Download from db; resave to db Pin
Christian Graus16-Mar-06 6:34
protectorChristian Graus16-Mar-06 6:34 
QuestionGetting and setting scrollbar position of a listview Pin
Dan Neely16-Mar-06 5:29
Dan Neely16-Mar-06 5:29 
QuestionFind user under W98 Pin
Dave Midgley16-Mar-06 5:28
Dave Midgley16-Mar-06 5:28 
AnswerRe: Find user under W98 Pin
Leyu16-Mar-06 6:42
Leyu16-Mar-06 6:42 
GeneralRe: Find user under W98 Pin
Dave Midgley16-Mar-06 7:05
Dave Midgley16-Mar-06 7:05 
QuestionHow to find file in hard disk? Pin
Dima Filipiuk16-Mar-06 5:25
Dima Filipiuk16-Mar-06 5:25 
AnswerRe: How to find file in hard disk? Pin
Ed.Poore16-Mar-06 5:53
Ed.Poore16-Mar-06 5:53 
QuestionProcess.Start() not working on windows 2000 Pin
mohamed seif16-Mar-06 4:19
mohamed seif16-Mar-06 4:19 
AnswerRe: Process.Start() not working on windows 2000 Pin
albCode16-Mar-06 5:00
albCode16-Mar-06 5:00 
AnswerRe: Process.Start() not working on windows 2000 Pin
Dan Neely16-Mar-06 5:04
Dan Neely16-Mar-06 5:04 
QuestiondrawString and Thread problem Pin
rnvrnv16-Mar-06 4:03
rnvrnv16-Mar-06 4:03 
AnswerRe: drawString and Thread problem Pin
Ed.Poore16-Mar-06 5:51
Ed.Poore16-Mar-06 5:51 
Questionread image Pin
tunisia16-Mar-06 3:08
tunisia16-Mar-06 3:08 
AnswerRe: read image Pin
Divyang Mithaiwala16-Mar-06 3:22
Divyang Mithaiwala16-Mar-06 3:22 
AnswerRe: read image Pin
conrado716-Mar-06 3:25
conrado716-Mar-06 3:25 
GeneralRe: read image Pin
Christian Graus16-Mar-06 5:59
protectorChristian Graus16-Mar-06 5:59 
QuestionWhere is the Customer Infomation Dialog information within a Deployment project saved? Pin
GazzaJ16-Mar-06 2:41
GazzaJ16-Mar-06 2:41 

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.