Click here to Skip to main content
15,921,210 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGridView ( C# ) Pin
Civic0624-Jul-07 9:06
Civic0624-Jul-07 9:06 
AnswerRe: GridView ( C# ) Pin
jcdevnet24-Jul-07 9:46
jcdevnet24-Jul-07 9:46 
AnswerRe: GridView ( C# ) Pin
kubben24-Jul-07 10:12
kubben24-Jul-07 10:12 
GeneralRe: GridView ( C# ) Pin
Civic0624-Jul-07 13:01
Civic0624-Jul-07 13:01 
QuestionHow to delete a file after it's opened in a browser? Pin
JimFeng24-Jul-07 8:46
JimFeng24-Jul-07 8:46 
AnswerRe: How to delete a file after it's opened in a browser? Pin
Psycho-*Coder*-Extreme24-Jul-07 9:05
Psycho-*Coder*-Extreme24-Jul-07 9:05 
GeneralRe: How to delete a file after it's opened in a browser? Pin
JimFeng24-Jul-07 9:15
JimFeng24-Jul-07 9:15 
AnswerRe: How to delete a file after it's opened in a browser? Pin
Christian Graus24-Jul-07 11:10
protectorChristian Graus24-Jul-07 11:10 
the core question is, what are you trying to do ? You really cannot tell when this code has finished reading the file, perhaps if it's a temporary report, your code should delete then in batches. If you're using the same filename over and over, then you risk collisions if you have more than one user, so I assume you're creating unique filenames. Perhaps a service that deletes files that are more than an hour old ?

The other way is to create a popup that calls an aspx, which reads the PDF and pushes it down in the code behind, setting the mime type, etc. That way, you'll know it's gone and can delete it.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: How to delete a file after it's opened in a browser? Pin
JimFeng25-Jul-07 1:28
JimFeng25-Jul-07 1:28 
QuestionBest way to go about displaying varchar(MAX) fields; Gridview Pin
aqzman_24-Jul-07 7:23
aqzman_24-Jul-07 7:23 
AnswerRe: Best way to go about displaying varchar(MAX) fields; Gridview Pin
Tarakeshwar Reddy24-Jul-07 7:53
professionalTarakeshwar Reddy24-Jul-07 7:53 
AnswerRe: Best way to go about displaying varchar(MAX) fields; Gridview Pin
kubben24-Jul-07 10:15
kubben24-Jul-07 10:15 
GeneralRe: Best way to go about displaying varchar(MAX) fields; Gridview Pin
aqzman_25-Jul-07 1:00
aqzman_25-Jul-07 1:00 
QuestionAjax AutoComplete with On Hover Pin
Krishnamenon24-Jul-07 5:34
Krishnamenon24-Jul-07 5:34 
AnswerRe: Ajax AutoComplete with On Hover Pin
sathesh pandian24-Jul-07 6:08
sathesh pandian24-Jul-07 6:08 
GeneralRe: Ajax AutoComplete with On Hover Pin
Krishnamenon24-Jul-07 10:21
Krishnamenon24-Jul-07 10:21 
QuestionHow to prompt the parameters of Crystal Report .NET using C # ? Pin
Fabu197124-Jul-07 5:11
Fabu197124-Jul-07 5:11 
AnswerRe: How to prompt the parameters of Crystal Report .NET using C # ? Pin
Paul Conrad24-Jul-07 6:09
professionalPaul Conrad24-Jul-07 6:09 
GeneralRe: How to prompt the parameters of Crystal Report .NET using C # ? Pin
Fabu197124-Jul-07 8:02
Fabu197124-Jul-07 8:02 
GeneralRe: How to prompt the parameters of Crystal Report .NET using C # ? Pin
Fabu197126-Jul-07 3:30
Fabu197126-Jul-07 3:30 
QuestionLooping an asp:TableRow Pin
JacquesDP24-Jul-07 4:53
JacquesDP24-Jul-07 4:53 
AnswerRe: Looping an asp:TableRow Pin
Blue_Boy24-Jul-07 5:21
Blue_Boy24-Jul-07 5:21 
GeneralRe: Looping an asp:TableRow Pin
JacquesDP24-Jul-07 5:36
JacquesDP24-Jul-07 5:36 
GeneralRe: Looping an asp:TableRow Pin
Blue_Boy24-Jul-07 20:40
Blue_Boy24-Jul-07 20:40 
GeneralRe: Looping an asp:TableRow Pin
JacquesDP24-Jul-07 21:16
JacquesDP24-Jul-07 21:16 

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.