Click here to Skip to main content
15,893,668 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Asp FileUpload Control Doesn't work with Ajax (C# help plz) Pin
dotnetmember29-Apr-09 18:40
dotnetmember29-Apr-09 18:40 
QuestionGrid View Problem Pin
Amit Patel198529-Apr-09 1:47
Amit Patel198529-Apr-09 1:47 
AnswerRe: Grid View Problem Pin
MidwestLimey29-Apr-09 5:31
professionalMidwestLimey29-Apr-09 5:31 
QuestionNot sending Email Pin
D.K.C29-Apr-09 1:29
D.K.C29-Apr-09 1:29 
AnswerRe: Not sending Email Pin
N a v a n e e t h29-Apr-09 2:29
N a v a n e e t h29-Apr-09 2:29 
GeneralRe: Not sending Email Pin
D.K.C1-May-09 2:27
D.K.C1-May-09 2:27 
AnswerRe: Not sending Email Pin
Goalie3529-Apr-09 8:54
Goalie3529-Apr-09 8:54 
QuestionProblems with SMTPMail attachments Pin
ddepauli29-Apr-09 1:19
ddepauli29-Apr-09 1:19 
Sigh | :sigh: I must use this old & deprecated (by me Laugh | :laugh: ) object in a ASP.Net 1.1 environment... it works (aehm...) fine until I try delete the physical files I've added to the mail...
Code is like this :

.. bla bla bla...

Dim myMail As New MailMessage

myMail.From = "from@my.com"
myMail.To = "to@my.com"
myMail.Subject = "test"
myMail.Priority = MailPriority.Normal

'filename is a PDF file that exists
Dim mailAtt As New MailAttachment(sFilename)
myMail.Attachments.Add(mailAtt)
myMail.BodyFormat = MailFormat.Html
myMail.Body = xBody 'Loaded from a string

If (System.IO.File.Exists(sFilename)) Then 'to be sure Poke tongue | ;-P
'System.IO.File.Delete(sFilename)
End If

if I delete attchment SMTP object returns me an error of "File not found" Confused | :confused: why?
AnswerRe: Problems with SMTPMail attachments Pin
Abhijit Jana29-Apr-09 1:22
professionalAbhijit Jana29-Apr-09 1:22 
GeneralRe: Problems with SMTPMail attachments Pin
ddepauli29-Apr-09 1:29
ddepauli29-Apr-09 1:29 
QuestionRe: Problems with SMTPMail attachments Pin
Vasudevan Deepak Kumar29-Apr-09 1:29
Vasudevan Deepak Kumar29-Apr-09 1:29 
QuestionHow to build a caluclator using asp.net web application Pin
Anjani Poornima29-Apr-09 1:11
Anjani Poornima29-Apr-09 1:11 
AnswerRe: How to build a caluclator using asp.net web application Pin
Vasudevan Deepak Kumar29-Apr-09 1:28
Vasudevan Deepak Kumar29-Apr-09 1:28 
QuestionValidate the sum of textbox Pin
Girish48129-Apr-09 0:43
Girish48129-Apr-09 0:43 
AnswerRe: Validate the sum of textbox Pin
J a a n s29-Apr-09 0:53
professionalJ a a n s29-Apr-09 0:53 
GeneralRe: Validate the sum of textbox Pin
Girish48129-Apr-09 1:00
Girish48129-Apr-09 1:00 
GeneralRe: Validate the sum of textbox Pin
jai_10129-Apr-09 1:06
jai_10129-Apr-09 1:06 
GeneralRe: Validate the sum of textbox Pin
Girish48129-Apr-09 1:25
Girish48129-Apr-09 1:25 
NewsNew features on ASP.NET 4.0 Pin
saanj29-Apr-09 0:37
saanj29-Apr-09 0:37 
GeneralRe: New features on ASP.NET 4.0 Pin
Rolando CC29-Apr-09 4:11
professionalRolando CC29-Apr-09 4:11 
QuestionExport HTML to DOC/PDF with header and footer Pin
Member 398136629-Apr-09 0:29
Member 398136629-Apr-09 0:29 
QuestionHow to run an .exe from asp.net page Pin
Anjani Poornima29-Apr-09 0:28
Anjani Poornima29-Apr-09 0:28 
AnswerRe: How to run an .exe from asp.net page Pin
Murugesan G29-Apr-09 0:34
Murugesan G29-Apr-09 0:34 
AnswerRe: How to run an .exe from asp.net page Pin
Abhijit Jana29-Apr-09 0:45
professionalAbhijit Jana29-Apr-09 0:45 
GeneralRe: How to run an .exe from asp.net page Pin
Anjani Poornima29-Apr-09 1:03
Anjani Poornima29-Apr-09 1:03 

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.