Search

You searched for the word(s): userid:43615

Matching Posts

  • Re: error sending mail - please help !

    i actually did include this line, but it seemed to work more frequently when i ommitted it, so i left it out ... any ideas?
  • Re: error sending mail - please help !

    My code is pretty straightforward, and sometimes it works, and sometimes it doesnt: Dim mailObj AS new MailMessage mailObj.From = "email@address.com" mailObj.To = "email@address.com" mailObj.Subject = "New Lead" mailObj.Body = "sample text" mailObj.BodyFormat = MailFormat.Html mailObj.Priority = MailPriority.High SmtpMail.Send(mailObj) Any ideas?
  • error sending mail - please help !

    hello all, every time I am trying to send out an email using asp.net, I get of the following two messages: Msg1: Exception Details: System.Runtime.InteropServices.COMException: The message could not be sent to the SMTP server. The transport error code was 0x800ccc67. The server response was 421 Server Temporarily unavailable OR Msg2 Exception Details: System.Runtime.InteropServices.COMException: The message could not be sent to the SMTP server. The transport error code was 0x800ccc67. The server
  • Re: "Delete is not a member of String" - Error Message

    I have it written as follows: Dim FilePath AS String = "E:\myFiles\datafile.txt" File.Delete(FilePath) I copied this right off a web site (http://www.tconsult.com/aspnet/files/delete.aspx), so I dont know if I am missing something. Please help !
    Posted to Web Forms (Forum) by dotnettergirl on 9/23/2003
  • "Delete is not a member of String" - Error Message

    When I try to delete a file using the File.Delete(filepath) function, I get the error message "Delete is not a Member of String" when the page loads ... what does this mean? And how can I get rid of it? Any help greatly apreciated. Thanks.
    Posted to Web Forms (Forum) by dotnettergirl on 9/23/2003
  • Re: viewing tiff ifles

    I am also looking for a long time for a solution that will allow a tiff file to be displayed, rotated, and zoomed in on, all within a browser, much like a page preview. Has anyone found a good solution to this problem. Thanks.
    Posted to Web Forms (Forum) by dotnettergirl on 8/2/2003
  • Re: Printing a document without viewing

    works great ! now I have an additional question - can this same code be used so that a document located on the server can be printed, or is different code required to do so? how can that be done?
    Posted to Web Forms (Forum) by dotnettergirl on 7/6/2003
  • Re: Printing a document without viewing

    I think I am starting to understand now. But I am getting an error on the "{" line: Compiler Error Message: BC30035: Syntax error. Source Error: Line 5: Line 6: function PrintIt() Line 7: { My code is as follows (and thank you for your help so far): <%@ Page Explicit="True" Language="VB" Debug="True" %> <html> <script runat="server"> Public Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Submit.Attributes
    Posted to Web Forms (Forum) by dotnettergirl on 7/5/2003
  • Re: Printing a document without viewing

    I have never used the web broser object before, so when I tried it, I couldnt get it to work. Ive included my code below, which is just supposed to print the Test Content when the submit button is clicked. Can you please point me in the right direction? Thanks ! <%@ Page Explicit="True" Language="VB" Debug="True" %> <html> <script runat="server"> function PrintIt() { var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0
    Posted to Web Forms (Forum) by dotnettergirl on 7/5/2003
  • Re: Printing a document without viewing

    how do i get it to do the same thing, but provide the print dialog box?
    Posted to Web Forms (Forum) by dotnettergirl on 7/5/2003
Page 1 of 2 (11 items) 1 2 Next >