Click here to Skip to main content
15,919,749 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem Sending Email through Sendmail from ASP.net2.0 Pin
Christian Graus24-Jul-07 11:08
protectorChristian Graus24-Jul-07 11:08 
QuestionProblem Sending Email through smtpclient from ASP.net2.0 [modified] Pin
Malay Mukherjee24-Jul-07 9:13
Malay Mukherjee24-Jul-07 9:13 
AnswerRe: Problem Sending Email through smtpclient from ASP.net2.0 Pin
Christian Graus24-Jul-07 11:07
protectorChristian Graus24-Jul-07 11:07 
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 
I need to delete a PDF file after it’s opened in browser. The following code give me “Page can not be found error”. How can I make sure that the file has been open in browser before deleting it?


If File.Exists(fileName) = True Then
Dim sScript As New System.Text.StringBuilder
sScript.Append("" & vbCrLf)
sScript.Append("Report = window.open('" & fileName & "','Report', '');" & vbCrLf)
sScript.Append("if (parseInt(navigator.appVersion) >= 4) Report.window.focus();" & vbCrLf)
sScript.Append("" & vbCrLf)
Page.ClientScript.RegisterStartupScript(GetType(Page), "winReport", sScript.ToString)

page.Response.Clear()
File.Delete(fileName)

End If
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 
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 

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.